James Rowe
|
5dbd091a80
|
Massive removal of unused modules
|
2018-01-12 19:11:03 -07:00 |
|
wwylele
|
d500f79b8e
|
move MotionEmu from core/frontend to input_common as a InputDevice
|
2017-08-11 11:05:08 +03:00 |
|
TheKoopaKingdom
|
b817071212
|
Created a whitelist of system archives to prevent false positives creating dialogs.
|
2017-06-02 18:28:14 -04:00 |
|
TheKoopaKingdom
|
4799017aec
|
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
|
2017-06-02 18:28:14 -04:00 |
|
TheKoopaKingdom
|
3a32a33fde
|
Added system for handling core errors in citra-qt.
|
2017-06-02 18:27:56 -04:00 |
|
wwylele
|
5899b6b04d
|
citra-qt: remove dead code
|
2017-03-17 21:45:29 +02:00 |
|
wwylele
|
edc6c110bf
|
citra-qt: release all buttons when render window focus is lost
credit to @Hawkheart for the original idea
|
2017-03-17 21:41:25 +02:00 |
|
wwylele
|
189063ac2d
|
InputCommon: add Keyboard
|
2017-03-01 23:30:57 +02:00 |
|
wwylele
|
e844f294a1
|
Frontend: emulate motion sensor
|
2016-12-26 10:52:16 +02:00 |
|
MerryMage
|
4aaaea9758
|
core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
|
2016-12-23 13:42:39 +00:00 |
|
Lioncash
|
b24112862e
|
citra-qt: Make constructors explicit where applicable
|
2016-12-11 14:18:06 +00:00 |
|
Lioncash
|
94f0a00f0e
|
citra-qt: Add missing #pragma once directives
|
2016-12-11 12:12:03 +00:00 |
|
Emmanuel Gil Peyrot
|
1138ec0d49
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Yuri Kunde Schlesner
|
1e4a5da9f4
|
Manually tweak source formatting and then re-run clang-format
|
2016-09-18 21:14:25 -07:00 |
|
Emmanuel Gil Peyrot
|
628ed4376a
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
bunnei
|
fb0d00db47
|
qt: Recreate GL context on startup to support changing V-Sync.
|
2016-08-29 21:42:32 -04:00 |
|
Pierre de La Morinerie
|
831cb390ae
|
citra-qt: Fix mouse events coordinates on high-DPI screens
|
2015-10-04 23:11:05 +02:00 |
|
LittleWhite
|
c5dedacaff
|
Fix for the refresh issue when no rendering is done
|
2015-09-24 21:48:41 +02:00 |
|
Kloen
|
98aa9421db
|
citra-qt: Fix connect error on startup
|
2015-09-18 11:36:59 +02:00 |
|
bunnei
|
2131d2309a
|
Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow
Stop emulation when render window is closed
|
2015-09-14 15:23:08 -04:00 |
|
Lioncash
|
0638df7136
|
citra_qt: Reorganize headers
|
2015-09-11 00:57:24 -04:00 |
|
LittleWhite
|
f8f97c3da1
|
Stop emulation when render window is closed
|
2015-09-07 20:34:39 +02:00 |
|
aroulin
|
7ccce98389
|
Qt: Fix disassembly widget stepping
|
2015-07-13 17:27:12 +02:00 |
|
Emmanuel Gil Peyrot
|
b1503b2020
|
Remove every trailing whitespace from the project (but externals).
|
2015-05-29 21:59:29 +01:00 |
|
James Rowe
|
a406207cd8
|
Use condition var to properly pause the CPU thread
Adds support for threaded pausing so citra doesn't spin wait on pause
|
2015-05-18 08:15:57 -06:00 |
|
Yuri Kunde Schlesner
|
e1fbac3ca1
|
Common: Remove common.h
|
2015-05-07 15:45:22 -03:00 |
|
bunnei
|
bc41de2131
|
Qt: Fixed a bug in shutdown procedure, various cleanups.
|
2015-05-01 18:35:51 -04:00 |
|
bunnei
|
43cf424907
|
Qt: Use signals for emu_thread start/stop and fix disasm widget.
|
2015-05-01 18:34:42 -04:00 |
|
bunnei
|
e4ea133717
|
Qt: Restructured to remove unnecessary shutdown event and various cleanups.
|
2015-05-01 18:27:07 -04:00 |
|
bunnei
|
28df8dbfeb
|
Qt: Create emu thread on bootup, kill it on shutdown.
|
2015-05-01 18:27:00 -04:00 |
|
bunnei
|
d5665fea89
|
EmuThread: Remove unused filename attribute.
|
2015-05-01 18:26:59 -04:00 |
|
bunnei
|
762c1a9ff5
|
Qt: Move EmuThread ownership from render window to main window.
|
2015-05-01 18:26:58 -04:00 |
|
bunnei
|
f213000cc4
|
Qt: Implemented EmuWindow touchpad support.
|
2015-03-10 18:05:18 -04:00 |
|
Kingcom
|
2bbc12e6c3
|
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
|
2015-01-11 21:22:51 +01:00 |
|
chrisvj
|
b0a14cfe7f
|
citra-qt: Renamed all .hxx headers to .h
|
2015-01-06 04:51:54 -08:00 |
|