summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #206 from mailwl/aoc-listaddoncontentGravatar bunnei2018-02-201-0/+1
|\ | | | | Service/AOC: stub ListAddOnContent function
| * Service/AOC: stub ListAddOnContent functionGravatar mailwl2018-02-201-0/+1
| |
* | logging: Add category for Friend service.Gravatar bunnei2018-02-191-0/+1
|/
* log: Add logging category for NS services.Gravatar bunnei2018-02-141-0/+1
|
* logger: Add Time service logging category.Gravatar bunnei2018-02-041-0/+1
|
* logger: Add SET service logging category.Gravatar bunnei2018-02-041-5/+3
|
* logger: Add PCTL service logging category.Gravatar bunnei2018-02-041-0/+1
|
* logger: Add LM service logging category.Gravatar bunnei2018-02-041-0/+1
|
* logger: Add APM service logging category.Gravatar bunnei2018-02-041-0/+1
|
* logger: Add NIFM service logging category.Gravatar bunnei2018-02-041-0/+1
|
* logger: Add VI service logging category.Gravatar bunnei2018-02-041-0/+1
|
* logger: Add AM service logging category.Gravatar bunnei2018-02-041-0/+1
|
* logger: Add "account" service logging category.Gravatar bunnei2018-02-041-0/+1
|
* audout:u OpenAudioOut and IAudioOut (#138)Gravatar st4rk2018-01-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation * using an enum for audio_out_state as well as changing its initialize to member initializer list * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * added missing Audio loggin subclass, minor fixes, clang comment breakline * Solving backend logging conflict * minor fix * Fixed duplicated Service NVDRV in backend.cpp, my bad
* logging: add missing NVDRV subclass to macro listGravatar Rozlette2018-01-231-0/+1
|
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
|
* loggin: Add IPC logging category.Gravatar bunnei2018-01-171-1/+2
|
* logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei2017-10-231-1/+1
|
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-141-1/+1
|
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-101-21/+0
|
* logging: Add WebService as a log cateogry.Gravatar bunnei2017-07-101-1/+2
|
* Implement basic virtual Room support based on enet (#2803)Gravatar B3n302017-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* Input: add device and factory templateGravatar wwylele2017-03-011-0/+1
|
* Merge pull request #2569 from wwylele/wrap-unwrapGravatar bunnei2017-02-251-0/+1
|\ | | | | APT: implemented Wrap and Unwrap
| * HW: add AES engine & implement AES-CCMGravatar wwylele2017-02-211-0/+1
| |
* | applied the change suggested by @wwyleleGravatar noah the goodra2017-02-131-0/+1
|/
* Service/NFC: stub GetTagInRangeEventGravatar mailwl2016-12-301-0/+1
| | | | Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
* csnd:SND reformat source codeGravatar mailwl2016-12-121-0/+1
|
* MIC_U: Stub service funcionsGravatar mailwl2016-11-251-0/+1
|
* Update the stub code of BOSSGravatar JamePeng2016-10-021-0/+1
|
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-68/+71
|
* Remove superfluous std::move in return std::move(local_var)Gravatar scurest2016-06-251-1/+1
|
* AudioCore: SDL2 SinkGravatar MerryMage2016-05-071-0/+1
|
* Merge pull request #1435 from mailwl/frd_uGravatar bunnei2016-04-051-0/+1
|\ | | | | frd:u: Initial stub some functions
| * frd:u: Initial stub some functionsGravatar mailwl2016-03-271-0/+1
| |
* | Merge pull request #1616 from exhalatio/dlp_dummyGravatar bunnei2016-04-031-0/+1
|\ \ | | | | | | Dummy implementation dlp:SRVR Service.
| * | Dummy implementation dlp:SRVR Service.Gravatar exhalatio2016-04-031-0/+1
| |/
* / cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandleGravatar mailwl2016-03-311-0/+1
|/
* Reorganize the ndm service path for dummy implement functionGravatar JamePeng2016-03-151-0/+1
| | | | | | SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now!
* Initial implementation ir:userGravatar mailwl2016-02-261-0/+1
|
* AudioCore: Skeleton ImplementationGravatar MerryMage2016-02-211-0/+2
| | | | | | | | | This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation.
* Services/Cam: Added new log type and camera enums from 3dbrew.Gravatar Subv2015-11-231-0/+1
| | | | | Followup to #1102 Original author @mailwl
* Implement gdbstubGravatar polaris-2015-10-041-0/+1
|
* Handle invalid `Log::Class`Gravatar Benjamin Barenblat2015-08-151-1/+2
| | | | | | Add a case of `Log::Class::Count` to the switch statement that dispatches on `Log::Class`. The case simply calls the `UNREACHABLE` macro.
* Use UNREACHABLE macro for impossible cases in previous commitGravatar Benjamin Barenblat2015-08-021-2/+1
| | | | Use the UNREACHABLE macro instead of `ASSERT(false, ...);`.
* Handle invalid `Log::Level::Count`Gravatar Benjamin Barenblat2015-08-021-1/+4
| | | | | | Add a case of `Log::Level::Count` to all switch statements that dispatch on `Log::Level`. The case simply asserts `false` and notes the invalid log level.
* Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-111-0/+1
|
* Service::Y2R: Support for grayscale decoding of specific formatsGravatar Yuri Kunde Schlesner2015-05-221-0/+1
| | | | | | | | | | | | Implements unrotated planar YUV 4:2:0 -> RGB24 conversions in Y2R. Currently only the Y (luma) channel is used, so the results don't contain color. This will be added in a later PR at some point. This is enough to get all currently know Moflex videos to decode. (Some don't display on-screen due to seemingly unrelated reasons.) Thanks to @archshift for doing the initial implementation which I cleaned up and then fixed the 8x8 block mode.