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
lat9nq 136c563f76 *nix systems can read any-case patch directories
Changes many patch_manager functions to use a case-less variant of
GetSubdirectory. Fixes patches not showing up on *nix systems when
patch directories are named with odd cases, i.e. `exeFS'.
2020-05-27 23:12:56 -04:00
..
arm physical_core: Make use of std::make_unique instead of std::make_shared in ctor 2020-04-24 00:20:58 -04:00
crypto Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
file_sys *nix systems can read any-case patch directories 2020-05-27 23:12:56 -04:00
frontend frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) 2020-05-15 22:22:27 +02:00
gdbstub Merge pull request #3699 from FearlessTobi/port-5185 2020-04-21 22:26:10 -04:00
hle Merge pull request #3926 from ogniK5377/keyboard-states 2020-05-19 15:55:14 -04:00
loader loader: nro: Fix process initialization using ProgramMetadata default. 2020-04-20 18:19:45 -04:00
memory
tools
CMakeLists.txt Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
constants.cpp
constants.h
core.cpp
core.h
core_manager.cpp
core_manager.h
core_timing.cpp
core_timing.h
core_timing_util.cpp
core_timing_util.h
cpu_manager.cpp
cpu_manager.h
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp
memory.h
perf_stats.cpp
perf_stats.h
reporter.cpp Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
reporter.h service: Update function tables 2020-04-20 15:53:49 -04:00
settings.cpp core: settings: Add a setting for time zone. 2020-05-11 17:50:07 -04:00
settings.h core: settings: Add a setting for time zone. 2020-05-11 17:50:07 -04:00
telemetry_session.cpp UI: Replasce accurate GPU option for GPU Accuracy Level 2020-04-22 11:36:04 -04:00
telemetry_session.h