4180 Commits (c56414b80d945b286b6e98bc689146211615cd5a)

Author SHA1 Message Date
bunnei 78f977c980 service: time: Rewrite implementation of glue services. 6 years ago
bunnei 5135b74179 core: Initialize several structs that make use of Common::UUID. 6 years ago
bunnei 64c5631579 service: vi: Implement CloseLayer. 6 years ago
Markus Wick cb9dd01ffd video_core: Block in WaitFence. 6 years ago
Fernando Sahmkow a5bb1ac6e3 NvServices: Correct Ioctl Remap. 6 years ago
Fernando Sahmkow 22c6b9fab2 Kernel: Correct behavior of Address Arbiter threads. (#3165) 6 years ago
Lioncash 30e365e4fc kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
Lioncash c3e43c7e81 kernel: Remove unnecessary includes 6 years ago
Lioncash 67b8265bd6 kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
Fernando Sahmkow 40cd4df584 CpuCore: Clear exclusive state after doing a run in dynarmic. 6 years ago
bunnei c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 years ago
Lioncash a3149536e2 file_sys/directory: Make EntryType an enum class 6 years ago
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
bunnei ec0ce96c56
core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
bunnei f6b9b7910e kernel: Fix reference management for client/server session. 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
bunnei 63248f4edd
Update svc.cpp 6 years ago
bunnei 6eaf7ab55f svc: GetSystemTick should return cntpct_el0, not core ticks. 6 years ago
Fernando Sahmkow 46bb609981 Kernel: Optimize condition variable threads management. 6 years ago
Fernando Sahmkow 2ab41ceff4 Kernel: Correct SignalProcessWideKey 6 years ago
Fernando Sahmkow 2d16507f9f Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 6 years ago
Fernando Sahmkow 7d16b2d2dd Kernel: Correct Cancel Synchronization. 6 years ago
Lioncash 2c4c2b5eee service/am: Remove unnecessary Skip calls 6 years ago
Lioncash 1cd8637bf0 am: Stub QueryApplicationPlayStatistics 6 years ago
Lioncash e21b6ff79d service: Update function tables 6 years ago
Lioncash e0c46e6879 core: Migrate off deprecated mbedtls functions 6 years ago
Lioncash f11b87ebf1 service: Resolve sign conversion errors 6 years ago
Lioncash 12dc918937 kernel: Resolve sign conversion warnings 6 years ago
Lioncash ef060ed40c result: Add default error code for the ResultCode(-1) case 6 years ago
Lioncash 27ab99490e result: Resolve sign-coversion warnings 6 years ago
Michael Scire b0b0786493 Implement stub for QueryApplicationPlayStatisticsByUid 6 years ago
Fernando Sahmkow 3c95e49c42 nifm: Only return that there's an internet connection when there's a BCATServer 6 years ago
bunnei 1bdae0fe29 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei ece5287843 kernel: readable_event: Signal only once. 6 years ago
bunnei b0ab803ce8 kernel: events: Remove ResetType::Automatic. 6 years ago
bunnei 28bb248db6 kernel: readable_event: Initialize members. 6 years ago
FearlessTobi 832c138eff core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility 6 years ago
Lioncash 6c8f28813c scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const 6 years ago
Lioncash f19c1a7cda scheduler: Silence sign conversion warnings 6 years ago
Lioncash 2fb0bbff29 scheduler: Initialize class members directly where applicable 6 years ago
Lioncash 2dc469ceba scheduler: Amend documentation comments 6 years ago
Lioncash 8d8e495248 hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers() 6 years ago
Lioncash d076466f26 hid/npad: Add missing break in default case 6 years ago