citra-nightly/src
Lioncash c9cc378312 configure_hotkeys: Pass the dialog as a parent to SequenceDialog()
Without passing in a parent, this can result in focus being stolen from
the dialog in certain cases.

Example:

On Windows, if the logging window is left open, the logging Window will
potentially get focus over the hotkey dialog itself, since it brings all
open windows for the application into view. By specifying a parent, we
only bring windows for the parent into view (of which there are none,
aside from the hotkey dialog).
2019-05-07 16:31:43 +02:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core audio_core: dsp_hle: use better f32 to s16... 2019-05-01 15:58:26 -06:00
citra core: Namespace EmuWindow 2019-04-21 14:16:16 +02:00
citra_qt configure_hotkeys: Pass the dialog as a parent to SequenceDialog() 2019-05-07 16:31:43 +02:00
common Port various minor changes from yuzu PRs (#4725) 2019-05-01 14:28:49 +02:00
core Merge pull request #4747 from MerryMage/copyblock 2019-05-07 09:34:02 -04:00
dedicated_room Fix getopt on systems where char is unsigned by default 2019-03-15 23:19:24 +00:00
input_common Port various minor changes from yuzu PRs (#4725) 2019-05-01 14:28:49 +02:00
network general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
tests kernel/server_session: Return a std::pair from CreateSessionPair() 2019-04-15 21:46:57 +02:00
video_core Merge pull request #4738 from FearlessTobi/port-1020-new 2019-04-26 08:58:09 -06:00
web_service core, web_service: Check for error when registering rooms 2019-04-20 12:50:14 +08:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt android: move cmakelist 2019-01-15 19:24:03 -06:00