Lime3DS/src/core/hle/service/am
Subv 0f6f7cfd95 Services/AM: Implemented BeginImportProgramTemporarily, EndImportProgramWithoutCommit and CommitImportPrograms.
These functions are pretty much identical to BeginImportProgram and EndImportProgram.

We don't need to do anything special in EndImportProgramWithoutCommit and CommitImportPrograms because we don't need to implement the two-phase title installation that the 3DS uses to prevent corruption of the title.db.
2018-10-03 14:48:39 -05:00
..
am.cpp Services/AM: Implemented BeginImportProgramTemporarily, EndImportProgramWithoutCommit and CommitImportPrograms. 2018-10-03 14:48:39 -05:00
am.h Services/AM: Implemented BeginImportProgramTemporarily, EndImportProgramWithoutCommit and CommitImportPrograms. 2018-10-03 14:48:39 -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 Services/AM: Implemented BeginImportProgramTemporarily, EndImportProgramWithoutCommit and CommitImportPrograms. 2018-10-03 14:48:39 -05:00
am_u.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00