citra/src/yuzu
Morph ff3aa5d380 yuzu/main: Add basic command line arguments
The following command line arguments are supported:

yuzu.exe "path_to_game" - Launches a game at "path_to_game"
yuzu.exe -f - Launches the next game in fullscreen
yuzu.exe -g "path_to_game" - Launches a game at "path_to_game"
yuzu.exe -f -g "path_to_game" - Launches a game at "path_to_game" in fullscreen
2020-12-25 15:41:00 -05:00
..
applets applets/web: Implement the online web browser applet 2020-12-18 10:33:28 -05:00
configuration cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
debugger yuzu/main: Improve menubar access keys 2020-12-22 19:32:58 -05:00
util util: Add URL Request Interceptor for QWebEngine 2020-12-18 10:33:28 -05:00
about_dialog.cpp
about_dialog.h
aboutdialog.ui ui/themes: Cleanup UI 2020-11-15 23:33:19 -05:00
bootmanager.cpp cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
bootmanager.h bootmanager: Add a check whether loading is complete 2020-12-18 10:33:28 -05:00
CMakeLists.txt cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
compatdb.cpp
compatdb.h
compatdb.ui
compatibility_list.cpp
compatibility_list.h
discord_impl.cpp
discord_impl.h
discord.h
game_list_p.h game_list_p: Resolve deprecated usage of QVariant operator< 2020-12-05 15:38:58 -05:00
game_list_worker.cpp patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00
game_list_worker.h
game_list.cpp
game_list.h
hotkeys.cpp
hotkeys.h
Info.plist
install_dialog.cpp
install_dialog.h
loading_screen.cpp
loading_screen.h
loading_screen.ui
main.cpp yuzu/main: Add basic command line arguments 2020-12-25 15:41:00 -05:00
main.h Merge pull request #5217 from lat9nq/save-on-boot 2020-12-23 01:45:24 -08:00
main.ui yuzu/main: Improve menubar access keys 2020-12-22 19:32:58 -05:00
uisettings.cpp
uisettings.h
yuzu.rc