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
Emmanuel Gil Peyrot 57722fb192 Service/CFG: Use a constexpr function for country initialization
This fixes a TODO left over from when we supported MSVC 2013.
2015-09-30 04:02:48 +01:00
..
arm general: Silence some warnings when using clang 2015-09-16 08:51:53 -04:00
file_sys disk_archive: Remove unimplemented constructor declarations 2015-09-09 23:49:03 -04:00
hle Service/CFG: Use a constexpr function for country initialization 2015-09-30 04:02:48 +01:00
hw y2r: Give local variables an initial value 2015-09-09 23:38:55 -04:00
loader Implement 3dsx RomFS 2015-09-21 13:03:18 -04:00
tracer fix some xcode 7.0 warnings 2015-09-29 23:11:09 +02:00
CMakeLists.txt Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} 2015-08-16 01:03:46 -03:00
core.cpp
core.h
core_timing.cpp general: Silence some warnings when using clang 2015-09-16 08:51:53 -04:00
core_timing.h
memory.cpp memory: Get rid of pointer casts 2015-09-10 00:09:55 -04:00
memory.h Fix broken boot introduced by last-minute change in #1025 2015-08-22 18:12:23 -03:00
memory_setup.h Memory: Move PAGE_MASK and PAGE_BITS to memory.h 2015-08-16 01:03:44 -03:00
settings.cpp
settings.h general: Silence some warnings when using clang 2015-09-16 08:51:53 -04:00
system.cpp Kernel: Remove unused legacy heap MapBlock_* functions 2015-08-16 01:03:49 -03:00
system.h