citra/src/core
Subv 1d1078fd8b Kernel/File: Fixed file read/write hwtests
The 3DS allows the user to read from files opened with the Write access modifier, even if he did not specify the Read access modifier.

Open the files in binary mode so that we can prevent CR/LF problems in Windows, where a line-end is replaced by these two bytes instead of just 0xA, this was causing problems with the GetSize test
2014-12-08 17:45:17 -05:00
..
arm Merge pull request #235 from yuriks/dyncom-map 2014-11-30 08:35:03 -05:00
file_sys Kernel/File: Fixed file read/write hwtests 2014-12-08 17:45:17 -05:00
hle Merge pull request #250 from Subv/cbranch_2 2014-12-04 22:15:03 -05:00
hw Fixed formatting and switch statement warnings 2014-11-27 02:59:14 -08:00
loader Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +00:00
CMakeLists.txt HLE: Revamp error handling throrough the HLE code 2014-11-24 17:08:36 -02:00
core_timing.cpp Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
core_timing.h Remove extraneous semicolons 2014-11-18 08:27:16 -05:00
core.cpp Add static to some variables 2014-11-18 20:04:00 -05:00
core.h Core: Changed RunLoop iterations to 1000 (slightly better performance). 2014-11-11 19:54:09 -05:00
mem_map_funcs.cpp Fixed formatting and switch statement warnings 2014-11-27 02:59:14 -08:00
mem_map.cpp Add static to some variables 2014-11-18 20:04:00 -05:00
mem_map.h Merge pull request #249 from lioncash/enum 2014-12-04 00:01:13 -05:00
settings.cpp Added configuration file system. 2014-10-07 15:09:37 -07:00
settings.h Merge pull request #159 from SeannyM/enable_log 2014-11-15 12:42:08 +01:00
system.cpp Core: Removed unused directory_file_system and meta_file_system modules. 2014-06-27 16:58:30 -04:00
system.h Remove tabs in all files except in skyeye imports and in generated GL code 2014-11-19 09:04:03 +00:00