yuzu/src/core
Benjamin Barenblat c0a87bc89f
Properly indicate that CIA support is not implemented yet
Make `Loader::LoadFile` return an `ErrorNotImplemented` if you call
it on a CIA file.
2015-08-15 16:05:38 -04:00
..
arm Merge pull request #1027 from lioncash/debugger 2015-08-13 18:13:25 -04:00
file_sys Archive: Correct a few incorrect types in function signatures 2015-07-13 21:10:12 -03:00
hle core: Eliminate some unused variable warnings 2015-07-29 12:34:18 -04:00
hw core: Fix missing prototype warnings 2015-07-29 12:12:39 -04:00
loader Properly indicate that CIA support is not implemented yet 2015-08-15 16:05:38 -04:00
tracer ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. 2015-08-11 22:38:44 +01:00
CMakeLists.txt dyncom: Use ARMul_State as an object 2015-07-26 13:18:32 -04:00
core_timing.cpp Core : Fix Conversion Warnings 2015-07-19 03:59:47 -07:00
core_timing.h
core.cpp Core: Cleanup core includes. 2015-06-28 00:36:54 +01:00
core.h
mem_map.cpp Core: Properly configure address space when loading a binary 2015-07-11 23:54:42 -03:00
mem_map.h Core: Properly configure address space when loading a binary 2015-07-11 23:54:42 -03:00
memory_setup.h
memory.cpp Memory: Fix unmapping of pages 2015-07-11 23:49:53 -03:00
memory.h Common: Cleanup memory and misc includes. 2015-06-28 00:36:54 +01:00
settings.cpp
settings.h Move input values into an array 2015-07-27 21:41:21 -06:00
system.cpp
system.h