suyu/src/core
Lioncash 8d99aae45b k_handle_table: Remove cast to void* in GetObjectForIpc
This was used to get around the KProcess class being incomplete. We can
just move this to the cpp file and eliminate the cast entirely, letting
the compiler do its work.
2022-11-22 13:58:42 -05:00
..
arm Dynarmic: Remove inaccurate NaN from Auto CPU settings. 2022-11-17 16:59:41 +01:00
crypto common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
debugger gdbstub: add ams monitor commands 2022-11-10 19:20:57 -05:00
file_sys Merge pull request #9115 from vonchenplus/game_name_by_language 2022-10-27 11:33:02 -07:00
frontend general: Address review comments 2022-11-13 17:13:43 -06:00
hid core: hid: Implement true multitouch support 2022-11-19 08:44:33 -06:00
hle k_handle_table: Remove cast to void* in GetObjectForIpc 2022-11-22 13:58:42 -05:00
internal_network network: add missing header for SO_* on Unix after f80c7c4cd5 2022-11-04 07:28:46 +00:00
loader core/loader: Return nullptr if file is nullptr 2022-09-25 19:31:35 +01:00
memory dmnt:cht: fix copy-paste error 2022-11-20 10:14:22 -05:00
tools Rework CoreTiming 2022-07-10 06:59:40 +01:00
CMakeLists.txt service: am: Implement cabinet applet backend 2022-11-13 11:07:48 -06:00
constants.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
constants.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
core.cpp kernel: reinitialize after dram layout change 2022-10-30 11:01:22 -04:00
core.h core: Partially persist emulation state across game boots. 2022-10-18 19:13:35 -07:00
core_timing.cpp core: core_timing: Re-initialize if single/multicore state changes. 2022-10-18 19:13:35 -07:00
core_timing.h core: core_timing: Re-initialize if single/multicore state changes. 2022-10-18 19:13:35 -07:00
core_timing_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
cpu_manager.cpp common: remove "yuzu:" prefix from thread names 2022-10-03 18:43:56 -04:00
cpu_manager.h kernel: fix single-core preemption points 2022-07-14 22:47:18 -04:00
device_memory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
device_memory.h core: device_memory: Templatize GetPointer(..). 2022-10-18 19:13:34 -07:00
hardware_properties.h core/debugger: memory breakpoint support 2022-06-16 13:18:07 -04:00
memory.cpp kernel: implement FlushProcessDataCache 2022-11-12 11:27:04 -05:00
memory.h kernel: implement FlushProcessDataCache 2022-11-12 11:27:04 -05:00
perf_stats.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
perf_stats.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
reporter.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
reporter.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
telemetry_session.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
telemetry_session.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00