yuzu/src/yuzu_cmd
Lioncash 0149162dba filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
Neither of these functions alter the ownership of the provided pointer,
so we can simply make the parameters a reference rather than a direct
shared pointer alias. This way we also disallow passing incorrect memory values like
nullptr.
2018-10-13 11:36:35 -04:00
..
emu_window implemented touch in Qt and SDL 2018-10-09 20:26:57 +02:00
CMakeLists.txt CMakeLists: Derive the source directory grouping from targets themselves 2018-01-17 21:51:43 -05:00
config.cpp cmd: Support passing game arguments from command line 2018-10-07 14:32:32 -04:00
config.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
default_ini.h Review comments - part 3 2018-10-02 15:30:48 +02:00
resource.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
yuzu.cpp filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 2018-10-13 11:36:35 -04:00
yuzu.rc CITRA_ICON -> YUZU_ICON 2018-03-23 16:56:59 +01:00