Commit Graph

64 Commits

Author SHA1 Message Date
mailwl
327cda7381 Service/spl: add module and services 2018-03-22 09:55:14 +03:00
mailwl
b929ab1ba8 Service: add fatal:u, fatal:p services 2018-03-20 16:59:02 +03:00
bunnei
96ce4dfb9e Merge pull request #206 from mailwl/aoc-listaddoncontent
Service/AOC: stub ListAddOnContent function
2018-02-20 10:45:50 -05:00
mailwl
cc97618363 Service/AOC: stub ListAddOnContent function 2018-02-20 10:30:12 +03:00
bunnei
0ecab746d8 logging: Add category for Friend service. 2018-02-19 17:31:54 -05:00
bunnei
79cbfbbccc log: Add logging category for NS services. 2018-02-14 21:43:11 -05:00
bunnei
fb0ea8502b logger: Add Time service logging category. 2018-02-04 22:59:52 -05:00
bunnei
b5d380607a logger: Add SET service logging category. 2018-02-04 22:55:45 -05:00
bunnei
1d6f6d60ae logger: Add PCTL service logging category. 2018-02-04 22:44:00 -05:00
bunnei
d93836cf1b logger: Add LM service logging category. 2018-02-04 22:41:55 -05:00
bunnei
62656be92c logger: Add APM service logging category. 2018-02-04 22:39:47 -05:00
bunnei
b57ff782e2 logger: Add NIFM service logging category. 2018-02-04 22:35:42 -05:00
bunnei
6824d374a1 logger: Add VI service logging category. 2018-02-04 22:26:44 -05:00
bunnei
abc7d700d5 logger: Add AM service logging category. 2018-02-04 16:58:12 -05:00
bunnei
b72d207ae5 logger: Add "account" service logging category. 2018-02-04 16:40:12 -05:00
st4rk
31c96a9b28 audout:u OpenAudioOut and IAudioOut (#138)
* 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-24 22:17:54 -05:00
Rozlette
e8a864b734 logging: add missing NVDRV subclass to macro list 2018-01-23 22:18:23 -06:00
James Rowe
7d396de27a Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
bunnei
d384de8cb7 loggin: Add IPC logging category. 2018-01-17 01:20:02 -05:00
bunnei
8f52aa7805 logging: Rename category "Core_ARM11" to "Core_ARM". 2017-10-23 00:13:12 -04:00
bunnei
7df43f253e hle: Initial implementation of NX service framework and IPC. 2017-10-14 22:18:42 -04:00
bunnei
e69575a2bf hle: Remove a large amount of 3ds-specific service code. 2017-10-10 17:32:14 -04:00
bunnei
789748f78d logging: Add WebService as a log cateogry. 2017-07-10 00:15:30 -04:00
B3n30
54cd2d2846 Implement basic virtual Room support based on enet (#2803)
* 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-07-07 15:34:15 -04:00
wwylele
63ec35d7e1 Input: add device and factory template 2017-03-01 23:30:57 +02:00
bunnei
46a89a007d Merge pull request #2569 from wwylele/wrap-unwrap
APT: implemented Wrap and Unwrap
2017-02-25 00:12:33 -05:00
wwylele
76af744434 HW: add AES engine & implement AES-CCM 2017-02-21 23:57:31 +02:00
noah the goodra
e0679e0966 applied the change suggested by @wwylele 2017-02-13 18:34:02 -06:00
mailwl
48f5bbc1a9 Service/NFC: stub GetTagInRangeEvent
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
2016-12-30 09:40:54 +03:00
mailwl
621df46923 csnd:SND reformat source code 2016-12-12 21:19:36 +03:00
mailwl
90693460da MIC_U: Stub service funcions 2016-11-25 09:37:19 +03:00
JamePeng
633f1c316d Update the stub code of BOSS 2016-10-02 17:36:57 +08:00
Yuri Kunde Schlesner
45751915a0 Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
Emmanuel Gil Peyrot
e4393f7ff2 Remove empty newlines in #include blocks.
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
2016-09-21 11:15:47 +09:00
Emmanuel Gil Peyrot
7e8d205414 Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
scurest
081b3398ff Remove superfluous std::move in return std::move(local_var) 2016-06-25 13:26:21 -05:00
MerryMage
0fe512caeb AudioCore: SDL2 Sink 2016-05-07 11:32:48 +01:00
bunnei
8a86b69dcd Merge pull request #1435 from mailwl/frd_u
frd:u: Initial stub some functions
2016-04-05 23:04:35 -04:00
bunnei
c430003c26 Merge pull request #1616 from exhalatio/dlp_dummy
Dummy implementation dlp:SRVR Service.
2016-04-03 10:10:58 -04:00
exhalatio
ea94aea447 Dummy implementation dlp:SRVR Service. 2016-04-03 06:05:20 +09:00
mailwl
21655cfb63 cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle 2016-03-31 14:59:10 +03:00
mailwl
32a790dbdc frd:u: Initial stub some functions 2016-03-27 10:08:04 +03:00
JamePeng
7d60d58ee1 Reorganize the ndm service path for dummy implement function
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons

The NDM file move to /core/hle/service/ndm/ now!
2016-03-15 00:42:47 +08:00
mailwl
7695b324c9 Initial implementation ir:user 2016-02-26 18:39:28 +03:00
MerryMage
d2710b784a AudioCore: Skeleton Implementation
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.
2016-02-21 13:13:52 +00:00
Subv
092d5b04ec Services/Cam: Added new log type and camera enums from 3dbrew.
Followup to #1102
Original author @mailwl
2015-11-23 17:17:28 -05:00
polaris-
1d319e5b46 Implement gdbstub 2015-10-04 11:16:59 -04:00
Benjamin Barenblat
c96107a440 Handle invalid Log::Class
Add a case of `Log::Class::Count` to the switch statement that
dispatches on `Log::Class`.  The case simply calls the `UNREACHABLE`
macro.
2015-08-15 15:39:45 -04:00
Benjamin Barenblat
2a886560e8 Use UNREACHABLE macro for impossible cases in previous commit
Use the UNREACHABLE macro instead of `ASSERT(false, ...);`.
2015-08-02 18:30:24 -04:00
Benjamin Barenblat
067d2e7e2b Handle invalid Log::Level::Count
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.
2015-08-02 12:55:31 -04:00