yuzu/src/core/frontend
Morph 0af182baa2 applets/web: Fix a use-after-free when passing in the URL string
The URL string was being deleted before being used, leading to a use-after-free occurring when it is used afterwards.

Fix this by taking the string by const ref to extend its lifetime, ensuring it doesn't get deleted before use.
2021-04-28 12:34:28 -04:00
..
applets applets/web: Fix a use-after-free when passing in the URL string 2021-04-28 12:34:28 -04:00
emu_window.cpp emu_window: Return pair from ClipToTouchScreen() instead of tuple 2021-04-23 11:21:02 -04:00
emu_window.h emu_window: Return pair from ClipToTouchScreen() instead of tuple 2021-04-23 11:21:02 -04:00
framebuffer_layout.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
framebuffer_layout.h Address second batch of reviews 2020-08-30 00:43:25 +02:00
input_interpreter.cpp input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00
input_interpreter.h input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00
input.h Make settings controller image change with controller input 2021-02-06 09:43:41 -06:00