citra/src/core
bunnei 3cfdabb2e3 Merge pull request #183 from archshift/lowpath
Add support for UTF-16 strings for LowPaths in FS:USER
2014-11-12 22:56:27 -05:00
..
arm ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable). 2014-11-11 19:54:18 -05:00
file_sys Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions 2014-11-12 19:30:17 -08:00
hle Merge pull request #183 from archshift/lowpath 2014-11-12 22:56:27 -05:00
hw Merge pull request #162 from SeannyM/warning-fixes 2014-10-29 21:07:27 -04:00
loader Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. 2014-09-17 14:35:45 +00:00
CMakeLists.txt Add FRD:U service and functions 2014-11-10 22:43:45 -08:00
core.cpp Use configuration files to enable or disable the new dyncom interpreter. 2014-10-27 18:35:21 -07:00
core.h Core: Changed RunLoop iterations to 1000 (slightly better performance). 2014-11-11 19:54:09 -05:00
core_timing.cpp Core: Replace a sprintf in core_timing with StringFromFormat 2014-09-12 21:18:46 -04:00
core_timing.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
mem_map.cpp core: Prune redundant includes 2014-09-08 17:54:14 -07:00
mem_map.h Introduce VAddr and PAddr typedefs for ARM addresses. 2014-08-31 00:04:11 -03:00
mem_map_funcs.cpp Fix warnings in core and common 2014-09-28 11:44:14 -04:00
settings.cpp Added configuration file system. 2014-10-07 15:09:37 -07:00
settings.h Added gpu_refresh_rate config setting for the new interpreter speed hack. 2014-10-27 19:42:01 -07:00
system.cpp Core: Removed unused directory_file_system and meta_file_system modules. 2014-06-27 16:58:30 -04:00
system.h Core: Removed unused directory_file_system and meta_file_system modules. 2014-06-27 16:58:30 -04:00