59 Commits (424b0fa64658905462978d0525ae8c5df3e2fef5)

Author SHA1 Message Date
Yuri Kunde Schlesner 424b0fa646 Integrate the MicroProfile profiling library 11 years ago
Lioncash 5df3afd522 citra-qt: Adjust initializer list order 11 years ago
James Rowe 1bc7829ee9 Move input values into an array 11 years ago
aroulin 7ccce98389 Qt: Fix disassembly widget stepping 11 years ago
Emmanuel Gil Peyrot 45c4781544 CitraQt: Cleanup includes. 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
Yuri Kunde Schlesner c9244a03c7 Qt: Silence a bogus warning printed when using the debug runtime 11 years ago
tfarley 16fbba3c2a MakeCurrent race condition fix 11 years ago
James Rowe a406207cd8 Use condition var to properly pause the CPU thread 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
Zaneo b8328593fe EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 11 years ago
bunnei bc41de2131 Qt: Fixed a bug in shutdown procedure, various cleanups. 11 years ago
bunnei 43cf424907 Qt: Use signals for emu_thread start/stop and fix disasm widget. 11 years ago
bunnei e4ea133717 Qt: Restructured to remove unnecessary shutdown event and various cleanups. 11 years ago
bunnei 28df8dbfeb Qt: Create emu thread on bootup, kill it on shutdown. 11 years ago
bunnei d5665fea89 EmuThread: Remove unused filename attribute. 11 years ago
bunnei 762c1a9ff5 Qt: Move EmuThread ownership from render window to main window. 11 years ago
bunnei d61b26b79f HID: Complete refactor of pad/touch input to fix threading issues. 11 years ago
bunnei f213000cc4 Qt: Implemented EmuWindow touchpad support. 11 years ago
bunnei 9960c49c21 Set framebuffer layout from EmuWindow. 11 years ago
Emmanuel Gil Peyrot aa64f69af0 Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. 11 years ago
archshift 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 11 years ago
Kingcom 2bbc12e6c3 citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft 11 years ago
chrisvj b0a14cfe7f citra-qt: Renamed all .hxx headers to .h 11 years ago
Yuri Kunde Schlesner cdde76f2aa Frontends: Shutdown core when emulation is stopped 11 years ago
Daniel Lundqvist ba4ca041f4 Allow focus only when in popout mode 11 years ago
Daniel Lundqvist 9d90b26020 Allow focus on the Qt render widget 11 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
Tony Wasserka 2c71ec7052 Pica/DebugUtils: Add breakpoint functionality. 11 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 11 years ago
Emmanuel Gil Peyrot 739bb58c3a Remove tabs in all files except in skyeye imports and in generated GL code 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Tony Wasserka 688a5c033e citra-qt: Small cleanup. 11 years ago
Tony Wasserka 182476c96a EmuWindow: Remove window title getters/setters. 11 years ago
Tony Wasserka 722ce22589 EmuWindow: Add support for specifying minimal client area sizes. 11 years ago
Tony Wasserka bd8f491e4c Fixup EmuWindow interface and implementations thereof. 11 years ago
Kevin Hartman 221a9b023d Viewport scaling and display density independence 11 years ago
bunnei 0fab380801 Citra-Qt: Use Core::RunLoop when not single stepping. 11 years ago
Yuri Kunde Schlesner d72708c1f5 Add `override` keyword through the code. 11 years ago
Yuri Kunde Schlesner ac54cd13db OpenGL renderer: Request a forward compatible context in citra-qt 11 years ago
archshift e6594f9f53 Added configuration file system. 11 years ago
Kevin Hartman 02fd19b2f6 Added support for multiple input device types for KeyMap and connected Qt. 11 years ago
archshift 9c0efdb75b bootmanager::EmuThread: fixed initialization order 11 years ago
Sacha 1b1205cf73 Pass format to the QGLWidget and use atomic instead of mutex. 11 years ago
Sacha b044510fa9 Fix EmuThread loop by ensuring it exits properly. 11 years ago
Sacha a3a70e56ac Fix the threading for GL Context in Qt5. 11 years ago
archshift d93dc81953 Revert "Removed redundant loop in EmuThread::run()" 12 years ago
archshift 9a4e58c370 Removed redundant loop in EmuThread::run() 12 years ago
archshift 6096b289b7 Bootmanager: changed `filename` to std::string 12 years ago
bunnei 2003ccf09d Qt: Removed unnecessary HW::Update. 12 years ago