citra-emu
/
citra
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra/src
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
..
citra Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
citra_qt Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
common Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
core Kernel/File: Fixed file read/write hwtests 2014-12-08 17:45:17 -05:00
video_core Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00