224 Commits (8331a996d6218da587dde760bb06c3cf2d14232e)

Author SHA1 Message Date
bunnei 8331a996d6 kernel: Add basic support for Domain object. 8 years ago
bunnei 8fdafee314 kernel: Add SyncObject primitive, use it for ClientSession. 8 years ago
bunnei f9d160c819 service: Add empty interface for aoc:u. 8 years ago
bunnei 5e11c12766 core: Refactor MakeMagic usage and remove dead code. 8 years ago
bunnei 9ce5a90aa6 hle: Add service stubs for apm and appletOE. 8 years ago
bunnei 2ea8867549 hle: Initial implementation of NX service framework and IPC. 8 years ago
bunnei 877d4c71d3 Remove more 3DS-specific code. 8 years ago
bunnei e36d959e34 Remove more 3DS-specific code. 8 years ago
bunnei dd4ffef0a2 hle: Remove a large amount of 3ds-specific service code. 8 years ago
bunnei 90cc352a37 loader: Add support for NRO, as well as various fixes and shared linker. 8 years ago
shinyquagsire23 f6564f232e file_sys: add class for Title Metadata (TMD) 8 years ago
bunnei 0e04a4ffd6 loader: Add support for loading an NSO. 8 years ago
bunnei f4b1216c81 externals: Add lz4. 8 years ago
Max Thomas 042b389b57 Loader/NCCH: Add support for loading application updates (#2927) 8 years ago
Subv 891916efff Services/NS: Port ns:s to the new service framework. 8 years ago
Subv 44350f7ea1 Services/UDS: Add functions to generate 802.11 auth and assoc response frames. 9 years ago
Subv 9cf64ca2cf Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc). 9 years ago
B3n30 95fd4a5e9d Added missing parts in libnetwork (#2838) 8 years ago
wwylele d500f79b8e move MotionEmu from core/frontend to input_common as a InputDevice 9 years ago
bunnei 7927c9b28f web_service: Add CMake flag to enable. 9 years ago
bunnei 061f10e286 web_service: Add skeleton project. 9 years ago
wwylele e93f183170 apt: load shared font from system archive 9 years ago
Subv 2761536b1d UDS: Stub SendTo to generate the unencrypted data frame with the right headers. 9 years ago
Yuri Kunde Schlesner 0a7f4f531f Service: Add new ServiceFramework framework for writing HLE services 9 years ago
Yuri Kunde Schlesner 0e3e091a0d Service: Make service registration part of the sm implementation 9 years ago
Yuri Kunde Schlesner c17330e05f Service: Move SRV interface to a new sm/ subdirectory 9 years ago
Yuri Kunde Schlesner 41a3feea66 HLE: Move SessionRequestHandler from Service:: to Kernel:: 9 years ago
Yuri Kunde Schlesner ecfda5317e Kernel: Move HandleTable to a separate file 9 years ago
Yuri Kunde Schlesner 6f662625d3 Kernel: Move WaitObject to a separate file 9 years ago
Yuri Kunde Schlesner 49ef9a6270 CMake: Remove unnecessary include_directories for dynarmic 9 years ago
Yuri Kunde Schlesner dfd2db3e37 CMake: Add cryptopp include path to target property 9 years ago
Yuri Kunde Schlesner 97f922e583 CMake: Use IMPORTED target for Boost 9 years ago
Yuri Kunde Schlesner b78ce2bce5 CMake: Correct inter-module dependencies and library visibility 9 years ago
Yuri Kunde Schlesner b868036561 Move screen size constants from video_core to core 9 years ago
Yuri Kunde Schlesner e6dc5926fb Move framebuffer_layout from Common to Core 9 years ago
Yuri Kunde Schlesner 467545ed48 Kernel: Centralize error definitions in errors.h 9 years ago
bunnei e65f4cc882 core: Keep track of telemetry for the current emulation session. 9 years ago
Subv b722ca78a2 Services/UDS: Generate the UDS beacons when the beacon callback fires. 9 years ago
Subv 9c496013b3 Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 9 years ago
Yuri Kunde Schlesner 3d5dacdc57 Dyncom: Remove disassembler code 9 years ago
Yuri Kunde Schlesner 89fe2c033d Remove unused symbols code 9 years ago
wwylele eef121c30a ir: implement circle pad pro 9 years ago
wwylele 9bdb78f869 Input: remove unused stuff & clean up 9 years ago
wwylele 55737ec90f Input: add device and factory template 9 years ago
Yuri Kunde Schlesner 3a9447bc16 Add performance statistics to status bar 9 years ago
wwylele ec94c633b7 HW: add AES engine & implement AES-CCM 9 years ago
wwylele 6f79503576 core: add missing errors.h in CMakeLists.txt 9 years ago
Weiyi Wang 2b5dc25f1c Core: add cryptopp library (#2412) 9 years ago
wwylele 05a989965a loader: use self NCCH archive 9 years ago
wwylele 2fff7f897b file_sys: add Self NCCH archive 9 years ago