1
0
Fork 0
forked from suyu/suyu
suyu/src/core
Yuri Kunde Schlesner d65b42a69a Remove gpu_refresh_rate configuration option
Changing it makes emulation inherently inaccurate. It also had a wrong
default value (30, whereas the real system has a refresh rate of 60 Hz)
which, even if changed, would continue to be used unless people manually
removed it from their config files.
2015-05-29 19:39:26 -03:00
..
arm Merge pull request #826 from lioncash/tables 2015-05-26 22:05:13 -07:00
file_sys Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
hle hid: Get rid of undefined behavior 2015-05-27 12:20:12 -04:00
hw Remove gpu_refresh_rate configuration option 2015-05-29 19:39:26 -03:00
loader Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 2015-05-14 22:50:13 -05:00
CMakeLists.txt dyncom: Get rid of armemu.h 2015-05-23 20:51:02 -04:00
core.cpp Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
core.h fixup! Set the TLS address in the scheduler 2015-05-10 18:43:59 -05:00
core_timing.cpp CoreTiming: Initialize static variables at bootup. 2015-05-01 18:27:05 -04:00
core_timing.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
mem_map.cpp Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03:00
mem_map.h Memmap: Re-organize memory function in two files 2015-05-15 00:04:38 -03:00
memory.cpp Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03:00
memory.h Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03:00
memory_setup.h Memory: Use a table based lookup scheme to read from memory regions 2015-05-15 00:04:43 -03: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