citra/src/core/hle
Subv c9ddd5b0ae HLE/FS: Implemented FSFile::OpenSubFile.
The File class now holds a list of connected sessions along with data unique to each session.

A subfile is a window into an existing file. They have a few limitations compared to normal files:

* They can't be written to.
* They can't be flushed.
* Their size can not be changed.
* New subfiles can't be created from another subfile.
2017-12-12 13:34:02 -05:00
..
applets CoreTiming: Reworked CoreTiming (#3119) 2017-11-25 14:56:57 +01:00
kernel HLE/FS: Implemented FSFile::OpenSubFile. 2017-12-12 13:34:02 -05:00
service HLE/FS: Implemented FSFile::OpenSubFile. 2017-12-12 13:34:02 -05:00
config_mem.cpp Core: update Kernel Config Memory to latest version (11.2) 2017-01-30 11:29:00 +03:00
config_mem.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
function_wrappers.h HLE: Move SVC handlers to the Kernel namespace 2017-12-09 20:32:58 -08:00
ipc.h Kernel/IPC: Implement StaticBuffer translation for HLE services that use the HLERequestContext architecture. 2017-11-12 11:00:00 -05:00
ipc_helpers.h ipc_helper: split PushMoveObjects and PushCopyObjects 2017-12-04 19:46:44 +02:00
lock.cpp hle/lock: Remove #pragma once in cpp file 2017-10-21 13:59:14 +01:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h ResultVal: Remove MoveFrom() 2017-06-18 19:03:15 -07:00
romfs.cpp apt: load shared font from system archive 2017-06-26 01:38:12 +03:00
romfs.h apt: load shared font from system archive 2017-06-26 01:38:12 +03:00
shared_page.cpp CoreTiming: Reworked CoreTiming (#3119) 2017-11-25 14:56:57 +01:00
shared_page.h shared_page: stub battery state 2017-03-21 13:25:56 +02:00