| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add configurable logging backends | 2018-07-02 | 1 | -8/+149 | |
| | | |||||
| * | Service/MM: add service and stub some functions | 2018-06-05 | 1 | -0/+1 | |
| | | |||||
| * | Service/BCAT: add module and services | 2018-05-28 | 1 | -0/+1 | |
| | | |||||
| * | log: Remove old logging macros and functions | 2018-04-27 | 1 | -19/+1 | |
| | | | | | Now that the old macros are no longer used, we can remove all functionality related to them. | ||||
| * | Added PREPO to logging backend, Removed comments from SaveReportWithUser | 2018-04-26 | 1 | -0/+1 | |
| | | |||||
| * | Update fmtlib to fix msvc warnings | 2018-04-05 | 1 | -2/+3 | |
| | | | | | | | Additionally, when updating fmtlib, there was a change in fmtlib broke how the old logging macro was overloaded, so this works around that by just naming the fmtlib macro impl something different | ||||
| * | logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC | 2018-04-03 | 1 | -3/+3 | |
| | | | | | Due to premature merging of #262 I think the build may be failing right now. Should merge this ASAP to fix it. | ||||
| * | Merge pull request #262 from daniellimws/fmtlib-macros | 2018-04-02 | 1 | -14/+22 | |
| |\ | | | | | Logging: Add fmtlib-based macros | ||||
| | * | Logging: Create logging macros based on fmtlib | 2018-03-22 | 1 | -14/+22 | |
| | | | | | | | | | | | | | | | | | | | Add a new set of logging macros based on fmtlib Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533 Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet so FMT_VARIADIC is used. | ||||
| * | | service: Add NFP module interface. | 2018-03-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | service: Initialize NFP service. Log: Add NFP service as a log subtype. | ||||
| * | | Service/SSL: add ssl service | 2018-03-23 | 1 | -0/+1 | |
| | | | |||||
| * | | Service/spl: add module and services | 2018-03-22 | 1 | -0/+1 | |
| | | | |||||
| * | | Service: add fatal:u, fatal:p services | 2018-03-20 | 1 | -0/+1 | |
| |/ | |||||
| * | Merge pull request #206 from mailwl/aoc-listaddoncontent | 2018-02-20 | 1 | -0/+1 | |
| |\ | | | | | Service/AOC: stub ListAddOnContent function | ||||
| | * | Service/AOC: stub ListAddOnContent function | 2018-02-20 | 1 | -0/+1 | |
| | | | |||||
| * | | logging: Add category for Friend service. | 2018-02-19 | 1 | -0/+1 | |
| |/ | |||||
| * | log: Add logging category for NS services. | 2018-02-14 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add Time service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add SET service logging category. | 2018-02-04 | 1 | -5/+3 | |
| | | |||||
| * | logger: Add PCTL service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add LM service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add APM service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add NIFM service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add VI service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add AM service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | logger: Add "account" service logging category. | 2018-02-04 | 1 | -0/+1 | |
| | | |||||
| * | audout:u OpenAudioOut and IAudioOut (#138) | 2018-01-24 | 1 | -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 list | 2018-01-23 | 1 | -0/+1 | |
| | | |||||
| * | Format: Run the new clang format on everything | 2018-01-20 | 1 | -1/+1 | |
| | | |||||
| * | loggin: Add IPC logging category. | 2018-01-17 | 1 | -1/+2 | |
| | | |||||
| * | logging: Rename category "Core_ARM11" to "Core_ARM". | 2017-10-23 | 1 | -1/+1 | |
| | | |||||
| * | hle: Initial implementation of NX service framework and IPC. | 2017-10-14 | 1 | -1/+1 | |
| | | |||||
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 1 | -21/+0 | |
| | | |||||
| * | logging: Add WebService as a log cateogry. | 2017-07-10 | 1 | -1/+2 | |
| | | |||||
| * | Implement basic virtual Room support based on enet (#2803) | 2017-07-07 | 1 | -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 template | 2017-03-01 | 1 | -0/+1 | |
| | | |||||
| * | Merge pull request #2569 from wwylele/wrap-unwrap | 2017-02-25 | 1 | -0/+1 | |
| |\ | | | | | APT: implemented Wrap and Unwrap | ||||
| | * | HW: add AES engine & implement AES-CCM | 2017-02-21 | 1 | -0/+1 | |
| | | | |||||
| * | | applied the change suggested by @wwylele | 2017-02-13 | 1 | -0/+1 | |
| |/ | |||||
| * | Service/NFC: stub GetTagInRangeEvent | 2016-12-30 | 1 | -0/+1 | |
| | | | | | Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge | ||||
| * | csnd:SND reformat source code | 2016-12-12 | 1 | -0/+1 | |
| | | |||||
| * | MIC_U: Stub service funcions | 2016-11-25 | 1 | -0/+1 | |
| | | |||||
| * | Update the stub code of BOSS | 2016-10-02 | 1 | -0/+1 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -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. | 2016-09-18 | 1 | -68/+71 | |
| | | |||||
| * | Remove superfluous std::move in return std::move(local_var) | 2016-06-25 | 1 | -1/+1 | |
| | | |||||
| * | AudioCore: SDL2 Sink | 2016-05-07 | 1 | -0/+1 | |
| | | |||||
| * | Merge pull request #1435 from mailwl/frd_u | 2016-04-05 | 1 | -0/+1 | |
| |\ | | | | | frd:u: Initial stub some functions | ||||
| | * | frd:u: Initial stub some functions | 2016-03-27 | 1 | -0/+1 | |
| | | | |||||