Lime3DS/src/core/hle/service/am
Subv 5165b63512 Services/AM: Support using FS subfiles with the CIA-related service functions.
FS subfiles are created with File::OpenSubFile, they have a start offset that must be added to all read/write operations.

The implementation in this commit is done using a new FileBackend that wraps the FS::File along with the start offset.
2018-10-03 09:57:05 -05:00
..
am_app.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
am_app.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
am_net.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
am_net.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
am_sys.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
am_sys.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
am_u.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
am_u.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
am.cpp Services/AM: Support using FS subfiles with the CIA-related service functions. 2018-10-03 09:57:05 -05:00
am.h Merge pull request #4181 from wwylele/cia-crypto 2018-10-01 14:23:35 -04:00