suyu/src/core/hle/service/filesystem
Lioncash fc436bb09b fsp_srv: Log out option values in IFile's Read and Write functions
These indicate options that alter how a read/write is performed.

Currently we don't need to handle these, as the only one that seems to
be used is for writes, but all the custom options ever seem to do is
immediate flushing, which we already do by default.
2019-04-10 13:01:52 -04:00
..
filesystem.cpp Merge pull request #1957 from DarkLordZach/title-provider 2019-04-09 19:16:37 -04:00
filesystem.h Merge pull request #1957 from DarkLordZach/title-provider 2019-04-09 19:16:37 -04:00
fsp_ldr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_ldr.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_pr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_pr.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_srv.cpp fsp_srv: Log out option values in IFile's Read and Write functions 2019-04-10 13:01:52 -04:00
fsp_srv.h fsp_srv: Unstub SetCurrentProcess 2019-03-18 10:38:01 -04:00