am: Implement UserChannel parameters
Used by the Super Mairo 3D All-Stars collection.
This commit is contained in:
parent
abf45c2d0b
commit
ff92a0c8f4
9 changed files with 70 additions and 19 deletions
|
@ -358,6 +358,7 @@ int main(int argc, char** argv) {
|
|||
system.SetContentProvider(std::make_unique<FileSys::ContentProviderUnion>());
|
||||
system.SetFilesystem(std::make_shared<FileSys::RealVfsFilesystem>());
|
||||
system.GetFileSystemController().CreateFactories(*system.GetFilesystem());
|
||||
system.GetUserChannel().clear();
|
||||
|
||||
const Core::SystemResultStatus load_result{system.Load(*emu_window, filepath)};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue