241 Commits (1e778e2f70ebd60dcdffdf30cdbc37ad5e702cce)

Author SHA1 Message Date
bunnei 1e778e2f70 time: Implement GetStandardUserSystemClock, GetCurrentTime. 8 years ago
bunnei 814a088f41 audio: Add files to CMake. 8 years ago
James Rowe a5b9cd4d18 Remove references to PICA and rasterizers in video_core 8 years ago
bunnei 2817ec4da4 core: Gut out cryptop, since it doesn't compile with C++17. 8 years ago
MerryMage ced9768819 arm_dynarmic: Implement core 8 years ago
bunnei 901a0f8ef4 CMakeLists: Add framebuffer_layout.cpp. 8 years ago
bunnei 6eda6ae6eb frontend: Update for undocked Switch screen layout. 8 years ago
Subv 81bcb331f8 NV: Move the nv device nodes to their own directory and namespace. 8 years ago
Subv 2d06628c52 NV: Implemented (with stubs) the vi:m service and some of its subservices. 8 years ago
bunnei 7a59da7834 kernel: Rename Semaphore to ConditionVariable. 8 years ago
bunnei 6545152acd cmake: Don't compile Dynarmic as it's unused. 8 years ago
bunnei 3ff86cab2e unicorn: Use for arm interface on Windows. 8 years ago
bunnei 71eb1a30f0 core: Remove unicorn_dynload. 8 years ago
bunnei b055ea2699 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
bunnei b328c577ef hle: Move SVC code to kernel namespace. 8 years ago
bunnei 2d6060a29a cmake: Add missing object_address_table. 8 years ago
bunnei 26495098a9 service: Add empty interface for pctl:a. 8 years ago
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