aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
AgeCommit message (Expand)Author
2018-01-18time: Refactor time:* to use a single shared moduleRozlette
2018-01-17CMakeLists: Derive the source directory grouping from targets themselvesLioncash
2018-01-17Merge pull request #73 from N00byKing/3093bunnei
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette
2018-01-17Update CMakeLists.txtN00byKing
2018-01-16acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei
2018-01-16NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv
2018-01-14time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei
2018-01-14audio: Add files to CMake.bunnei
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2018-01-12core: Gut out cryptop, since it doesn't compile with C++17.bunnei
2018-01-12arm_dynarmic: Implement coreMerryMage
2018-01-10CMakeLists: Add framebuffer_layout.cpp.bunnei
2018-01-10frontend: Update for undocked Switch screen layout.bunnei
2018-01-10NV: Move the nv device nodes to their own directory and namespace.Subv
2018-01-10NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv
2018-01-08kernel: Rename Semaphore to ConditionVariable.bunnei
2018-01-04cmake: Don't compile Dynarmic as it's unused.bunnei
2018-01-04unicorn: Use for arm interface on Windows.bunnei
2018-01-03core: Remove unicorn_dynload.bunnei
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2018-01-02hle: Move SVC code to kernel namespace.bunnei
2018-01-01cmake: Add missing object_address_table.bunnei
2017-12-28service: Add empty interface for pctl:a.bunnei
2017-12-28kernel: Add basic support for Domain object.bunnei
2017-12-28kernel: Add SyncObject primitive, use it for ClientSession.bunnei
2017-12-28service: Add empty interface for aoc:u.bunnei
2017-10-15core: Refactor MakeMagic usage and remove dead code.bunnei
2017-10-14hle: Add service stubs for apm and appletOE.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-10-12Remove more 3DS-specific code.bunnei
2017-10-12Remove more 3DS-specific code.bunnei
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-05loader: Add support for NRO, as well as various fixes and shared linker.bunnei
2017-10-01file_sys: add class for Title Metadata (TMD)shinyquagsire23
2017-09-30loader: Add support for loading an NSO.bunnei
2017-09-30externals: Add lz4.bunnei
2017-09-25Loader/NCCH: Add support for loading application updates (#2927)Max Thomas
2017-09-16Merge pull request #2906 from Subv/ns_new_frameworkYuri Kunde Schlesner
2017-09-16Services/NS: Port ns:s to the new service framework.Subv
2017-09-05Merge pull request #2831 from Subv/uds_authWeiyi Wang
2017-08-27Services/UDS: Add functions to generate 802.11 auth and assoc response frames.Subv
2017-08-23Merge pull request #2839 from Subv/global_kernel_lockJames Rowe
2017-08-22Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...Subv
2017-08-19Merge pull request #2861 from wwylele/motion-refactorJames Rowe
2017-08-19Added missing parts in libnetwork (#2838)B3n30
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-07-16Merge pull request #2784 from wwylele/font-archiveWeiyi Wang
2017-07-11web_service: Add CMake flag to enable.bunnei