Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-23 | Service/SSL: add ssl service | mailwl | |
2018-03-22 | Logging: Create logging macros based on fmtlib | Daniel Lim Wee Soong | |
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. | |||
2018-03-22 | Service/spl: add module and services | mailwl | |
2018-03-20 | Service: add fatal:u, fatal:p services | mailwl | |
2018-02-20 | Merge pull request #206 from mailwl/aoc-listaddoncontent | bunnei | |
Service/AOC: stub ListAddOnContent function | |||
2018-02-20 | Service/AOC: stub ListAddOnContent function | mailwl | |
2018-02-19 | logging: Add category for Friend service. | bunnei | |
2018-02-14 | log: Add logging category for NS services. | bunnei | |
2018-02-04 | logger: Add Time service logging category. | bunnei | |
2018-02-04 | logger: Add SET service logging category. | bunnei | |
2018-02-04 | logger: Add PCTL service logging category. | bunnei | |
2018-02-04 | logger: Add LM service logging category. | bunnei | |
2018-02-04 | logger: Add APM service logging category. | bunnei | |
2018-02-04 | logger: Add NIFM service logging category. | bunnei | |
2018-02-04 | logger: Add VI service logging category. | bunnei | |
2018-02-04 | logger: Add AM service logging category. | bunnei | |
2018-02-04 | logger: Add "account" service logging category. | bunnei | |
2018-01-24 | audout:u OpenAudioOut and IAudioOut (#138) | st4rk | |
* 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 | |||
2018-01-23 | logging: add missing NVDRV subclass to macro list | Rozlette | |
2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
2018-01-17 | loggin: Add IPC logging category. | bunnei | |
2017-10-23 | logging: Rename category "Core_ARM11" to "Core_ARM". | bunnei | |
2017-10-14 | hle: Initial implementation of NX service framework and IPC. | bunnei | |
2017-10-10 | hle: Remove a large amount of 3ds-specific service code. | bunnei | |
2017-07-10 | logging: Add WebService as a log cateogry. | bunnei | |
2017-07-07 | Implement basic virtual Room support based on enet (#2803) | B3n30 | |
* 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 | |||
2017-03-01 | Input: add device and factory template | wwylele | |
2017-02-25 | Merge pull request #2569 from wwylele/wrap-unwrap | bunnei | |
APT: implemented Wrap and Unwrap | |||
2017-02-21 | HW: add AES engine & implement AES-CCM | wwylele | |
2017-02-13 | applied the change suggested by @wwylele | noah the goodra | |
2016-12-30 | Service/NFC: stub GetTagInRangeEvent | mailwl | |
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge | |||
2016-12-12 | csnd:SND reformat source code | mailwl | |
2016-11-25 | MIC_U: Stub service funcions | mailwl | |
2016-10-02 | Update the stub code of BOSS | JamePeng | |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2016-06-25 | Remove superfluous std::move in return std::move(local_var) | scurest | |
2016-05-07 | AudioCore: SDL2 Sink | MerryMage | |
2016-04-05 | Merge pull request #1435 from mailwl/frd_u | bunnei | |
frd:u: Initial stub some functions | |||
2016-04-03 | Merge pull request #1616 from exhalatio/dlp_dummy | bunnei | |
Dummy implementation dlp:SRVR Service. | |||
2016-04-03 | Dummy implementation dlp:SRVR Service. | exhalatio | |
2016-03-31 | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle | mailwl | |
2016-03-27 | frd:u: Initial stub some functions | mailwl | |
2016-03-15 | Reorganize the ndm service path for dummy implement function | JamePeng | |
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now! | |||
2016-02-26 | Initial implementation ir:user | mailwl | |
2016-02-21 | AudioCore: Skeleton Implementation | MerryMage | |
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. | |||
2015-11-23 | Services/Cam: Added new log type and camera enums from 3dbrew. | Subv | |
Followup to #1102 Original author @mailwl | |||
2015-10-04 | Implement gdbstub | polaris- | |
2015-08-15 | Handle invalid `Log::Class` | Benjamin Barenblat | |
Add a case of `Log::Class::Count` to the switch statement that dispatches on `Log::Class`. The case simply calls the `UNREACHABLE` macro. |