suyu/src/yuzu
FearlessTobi 7cbe6748c3 yuzu: Remove exit lock for game pausing
This removes the "exit lock" popup from yuzu when pausing a game.

Motivation
The exit lock feature is broken in many ways and doesn't work properly in a lot of games, causing it to appear every time you want to pause the game or stop it, even in places where it wouldn't on Switch.

Additionally, the feature of pausing a game doesn't exist like this on Switch and yuzu should be guaranteed to be deterministic anyway, so pausing the emulation shouldn't be able to interrupt any critical processes in any way.
2020-02-24 17:51:17 +01:00
..
applets web_browser: Rename OpenPage to OpenPageLocal 2019-06-24 20:05:11 -04:00
configuration Add 4:3 aspect ratio and address feedback 2020-02-14 14:39:04 -05:00
debugger Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 2020-02-11 10:46:25 -04:00
util sequence_dialog: Reorganize the constructor 2019-05-25 04:08:02 -04:00
about_dialog.cpp yuzu/about_dialog: Specify string conversions explicitly 2019-05-09 01:18:37 -04:00
about_dialog.h
aboutdialog.ui
bootmanager.cpp yuzu/bootmanager: Define Vulkan widget only when enabled 2020-01-29 19:20:12 -03:00
bootmanager.h yuzu: Implement Vulkan frontend 2020-01-29 17:53:11 -03:00
CMakeLists.txt yuzu: Implement Vulkan frontend 2020-01-29 17:53:11 -03:00
compatdb.cpp yuzu/compatdb: Remove unnecessary qualifiers 2019-05-09 01:08:06 -04:00
compatdb.h
compatdb.ui
compatibility_list.cpp
compatibility_list.h
discord.h
discord_impl.cpp Fixup! #2772 missed this one file 2019-08-16 21:24:17 -06:00
discord_impl.h
game_list.cpp yuzu/game_list: Silence -Wswitch and -Wunused-variable 2019-10-04 23:41:22 +00:00
game_list.h Fix uisettings include 2019-09-04 16:47:33 +02:00
game_list_p.h GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) 2020-01-19 15:56:49 -05:00
game_list_worker.cpp Remove option "Show files with type 'Unknown'" 2020-02-09 11:30:02 -05:00
game_list_worker.h yuzu/game_list_worker: Silence warnings 2019-10-04 23:41:22 +00:00
hotkeys.cpp yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 2019-08-09 17:54:08 -04:00
hotkeys.h yuzu/hotkeys: Remove unnecessary constructor 2019-05-09 02:17:22 -04:00
Info.plist
loading_screen.cpp yuzu/loading_screen: Specify string conversions explicitly 2019-05-20 14:53:44 -04:00
loading_screen.h Fix mingw compile error and warnings 2019-01-21 09:39:45 -07:00
loading_screen.ui QT: Fix the loading screen 'H' switch logo to not glitch out 2019-02-05 18:24:15 -07:00
main.cpp yuzu: Remove exit lock for game pausing 2020-02-24 17:51:17 +01:00
main.h Merge pull request #3360 from CJBok/statusbar-buttons 2020-02-03 16:57:18 -05:00
main.ui Merge pull request #3298 from Simek/missing_hotkeys 2020-01-18 13:07:13 -05:00
uisettings.cpp GUI: fix minor issues with dark themes 2020-01-22 21:12:45 +01:00
uisettings.h Remove option "Show files with type 'Unknown'" 2020-02-09 11:30:02 -05:00
yuzu.rc