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
Lioncash 4620580245 kernel/memory: Remove #pragma once within cpp file
This isn't necessary in a cpp file and will cause warnings on clang.
2020-05-03 13:42:07 -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 file_sys: program_metadata: Add a helper function for generating reasonable default metadata. 2020-04-20 18:19:45 -04:00
frontend
gdbstub
hle kernel/memory: Remove #pragma once within cpp file 2020-05-03 13:42:07 -04:00
loader loader: nro: Fix process initialization using ProgramMetadata default. 2020-04-20 18:19:45 -04:00
memory
tools
CMakeLists.txt
constants.cpp
constants.h
core.cpp
core.h
core_manager.cpp
core_manager.h core: memory: Move to Core::Memory namespace. 2020-04-17 00:59:28 -04:00
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
reporter.h
settings.cpp settings: Add anisotropic filtering level to the yuzu configuration log (#3875) 2020-05-03 17:42:17 +02:00
settings.h GPU: Add Fast GPU Time Option. 2020-04-23 08:52:57 -04:00
telemetry_session.cpp
telemetry_session.h