yuzu/src/core
Yuri Kunde Schlesner 5c5cf2f8e0 Core: Properly configure address space when loading a binary
The code now properly configures the process image to match the loaded
binary segments (code, rodata, data) instead of just blindly allocating
a large chunk of dummy memory.
2015-07-11 23:54:42 -03:00
..
arm Merge pull request #876 from linkmauve/include-cleanups 2015-07-10 16:36:12 -07:00
file_sys Core: Properly configure address space when loading a binary 2015-07-11 23:54:42 -03:00
hle Core: Properly configure address space when loading a binary 2015-07-11 23:54:42 -03:00
hw Merge pull request #876 from linkmauve/include-cleanups 2015-07-10 16:36:12 -07:00
loader Core: Properly configure address space when loading a binary 2015-07-11 23:54:42 -03:00
CMakeLists.txt Merge pull request #860 from yuriks/y2r-color 2015-06-21 17:22:34 -07:00
core_timing.cpp Core: Cleanup core includes. 2015-06-28 00:36:54 +01:00
core_timing.h Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
core.cpp Core: Cleanup core includes. 2015-06-28 00:36:54 +01:00
core.h dyncom: Remove more unused/unnecessary code 2015-04-20 16:30:34 -04:00
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 Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
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 License change 2014-12-20 21:20:24 -08:00
settings.h Remove gpu_refresh_rate configuration option 2015-05-29 19:39:26 -03:00
system.cpp Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00
system.h Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00