2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core
greggameplayer be09dfeed9 nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)
* add IoctlCommands with their params in nvidia_ctrl_gpu.h

* add function related to the changes done previously

* fix clang-format

* delete trailing whitespace

* correct mistake
2018-06-06 08:31:17 -05:00
..
arm GDB Stub Improvements (#508) 2018-06-06 00:20:47 -04:00
file_sys general: Make formatting of logged hex values more straightforward 2018-05-02 09:49:36 -04:00
frontend
gdbstub GDB Stub Improvements (#508) 2018-06-06 00:20:47 -04:00
hle nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524) 2018-06-06 08:31:17 -05:00
hw general: Make formatting of logged hex values more straightforward 2018-05-02 09:49:36 -04:00
loader general: Make formatting of logged hex values more straightforward 2018-05-02 09:49:36 -04:00
tracer
CMakeLists.txt Services/nvdrv: add '/dev/nvhost-nvdec' device 2018-05-30 12:49:28 +03:00
core.cpp core: Run all CPU cores separately, even in single-thread mode. 2018-05-10 19:34:53 -04:00
core.h core: Add several missing docstrings. 2018-05-10 19:34:54 -04:00
core_cpu.cpp core: Add a configuration setting for use_multi_core. 2018-05-10 19:34:47 -04:00
core_cpu.h core: Support session close with multicore. 2018-05-10 19:34:47 -04:00
core_timing.cpp core_timing: Don't include the log header in core timing's header 2018-05-03 08:00:15 -04:00
core_timing.h core_timing: Don't include the log header in core timing's header 2018-05-03 08:00:15 -04:00
memory.cpp core: Implement multicore support. 2018-05-10 19:34:46 -04:00
memory.h
memory_hook.cpp memory_hook: Default virtual destructor in the cpp file 2018-05-03 08:12:16 -04:00
memory_hook.h memory_hook: Default virtual destructor in the cpp file 2018-05-03 08:12:16 -04:00
memory_setup.h
perf_stats.cpp
perf_stats.h
settings.cpp
settings.h core: Add a configuration setting for use_multi_core. 2018-05-10 19:34:47 -04:00
telemetry_session.cpp core: Add a configuration setting for use_multi_core. 2018-05-10 19:34:47 -04:00
telemetry_session.h