Jeffrey Pfau
|
23679adc38
|
Fix build after GBAThread API changes
|
2014-07-20 16:38:27 -07:00 |
Jeffrey Pfau
|
b691c93416
|
Add joypad support via SDL to Qt build
|
2014-02-03 22:28:28 -08:00 |
Jeffrey Pfau
|
7bee813846
|
Make GDB server able to be detached before GBA thread starts
|
2014-02-03 03:45:43 -08:00 |
Jeffrey Pfau
|
844cee07e8
|
Make sure GDB window is created in sync with GDB server state
|
2014-02-03 03:44:39 -08:00 |
Jeffrey Pfau
|
8c53fbeb4f
|
Make GDB server able to be attached when the emulator starts
|
2014-02-03 03:42:29 -08:00 |
Jeffrey Pfau
|
6d12ef81a5
|
Reuse an audio thread instead of shutting it down and making a new one
|
2014-02-03 01:13:52 -08:00 |
Jeffrey Pfau
|
186e0b1ee5
|
GBA thread can be shut down and opened again, cleanly
|
2014-02-03 00:44:19 -08:00 |
Jeffrey Pfau
|
9f3cf19c2d
|
Add missing ellipses for menu items that open windows
|
2014-02-02 04:01:41 -08:00 |
Jeffrey Pfau
|
c621fb16d8
|
Add missing GDB classes
|
2014-02-02 03:58:40 -08:00 |
Jeffrey Pfau
|
3b7dbdecba
|
Use C++11 override and nullptr
|
2014-02-02 01:42:36 -08:00 |
Jeffrey Pfau
|
1a7656fe36
|
Support creating the GDB stub in Qt
|
2014-02-01 20:47:44 -08:00 |
Jeffrey Pfau
|
11e3bdc585
|
Merge branch 'master' into qt
Conflicts:
CMakeLists.txt
src/gba/gba.c
|
2014-02-01 17:37:18 -08:00 |
Jeffrey Pfau
|
2ee3d17d33
|
Put OpenGL include explicitly in Qt CMake file
|
2014-01-31 00:06:37 -08:00 |
Jeffrey Pfau
|
8e3d104625
|
Qt audio thread should mark itself as exiting
|
2014-01-30 04:05:39 -08:00 |
Jeffrey Pfau
|
6834401e67
|
Close process cleanly
|
2014-01-30 04:00:52 -08:00 |
Jeffrey Pfau
|
6407ad3adc
|
Video drawing in separate thread
|
2014-01-30 04:00:30 -08:00 |
Jeffrey Pfau
|
2f98f542e5
|
Add frame advance
|
2014-01-29 23:58:57 -08:00 |
Jeffrey Pfau
|
1eeeb36015
|
Add emulation menu with Pause option
|
2014-01-29 23:39:24 -08:00 |
Jeffrey Pfau
|
5abd1572dc
|
Use an initializer for GBAThread in Qt
|
2014-01-29 23:39:09 -08:00 |
Jeffrey Pfau
|
a076e88bb5
|
Ditch uic
|
2014-01-29 23:14:23 -08:00 |
Jeffrey Pfau
|
3d339b1327
|
Key input
|
2014-01-29 23:14:23 -08:00 |
Jeffrey Pfau
|
98c9121ac2
|
Move audio initialization into thread
|
2014-01-29 23:14:23 -08:00 |
Jeffrey Pfau
|
0ca3afa3e6
|
Run audio on separate thread
|
2014-01-29 23:14:23 -08:00 |
Jeffrey Pfau
|
baeaf8729f
|
Audio rendering in Qt
|
2014-01-29 23:14:23 -08:00 |
Jeffrey Pfau
|
8a82144ceb
|
Ensure the GBA thread exits when destroying the game controller
|
2014-01-29 23:14:23 -08:00 |
Jeffrey Pfau
|
4659635fb5
|
Start Qt frontend
|
2014-01-29 23:14:23 -08:00 |