Commit Graph

145 Commits

Author SHA1 Message Date
f2a5be6096 make touchscreen code take rotation into account 2017-11-09 00:15:59 +01:00
34513063ab begin work on rotation 2017-11-09 00:04:01 +01:00
bb87a709be cooler screen positioning in horizontal mode 2017-11-08 02:02:15 +01:00
e6e5f48748 attempt at horizontal mode, I guess 2017-11-08 01:53:20 +01:00
857ba49759 actually implement screen gap 2017-11-08 01:34:11 +01:00
0a04efc33e attempt at auto-emphasis mode, emphasizing main screen 2017-10-30 05:45:26 +01:00
85d823d4c7 fix more sizing bugs 2017-10-30 05:17:20 +01:00
f4e7e2f62a fix aspect ratio code 2017-10-30 05:08:04 +01:00
c9082cd50d some attempt at fancypants scaling, I guess 2017-10-30 04:39:50 +01:00
befc5db031 restore FPS counter 2017-10-11 03:06:30 +02:00
f9d9aaec11 Merge pull request #112 from bentley/master
Portability fixes
2017-10-11 02:56:06 +02:00
ee1da52d77 fail gracefully when ROM loading fails 2017-10-11 00:01:05 +02:00
56bf1ecc13 Treat failed haptics initialization as a warning, not a fatal error. 2017-10-09 03:42:50 -06:00
dad0e6b6e8 add support for non-resizable windows 2017-10-02 23:26:25 +02:00
f8b63759f7 save window size 2017-10-02 23:15:39 +02:00
d0770596ea re-add basic scaling 2017-10-02 03:34:17 +02:00
09920126dd add support for setting an explicit min size for libui controls. for now only supported by uiArea. 2017-10-02 01:58:09 +02:00
1975efaeea fix bugs with SPI shutdown 2017-10-01 03:19:39 +02:00
ab9800fbac actual joystick input
also sync keyboard input nicely
2017-09-30 20:05:56 +02:00
9f486de76a allow entering joystick config 2017-09-30 19:27:47 +02:00
acc23f47cc actually get the input dialog somewhere 2017-09-30 18:58:13 +02:00
cb284fbe2b get the input dialog started 2017-09-26 02:20:28 +02:00
172babe9d0 add general emu settings dialog 2017-09-25 04:26:41 +02:00
f52322ee20 * support for dragdrop
* support for loading ROMs via command line (except it will try to get the BIOS/firmware from where the ROM is. derp)
* re-add missing BIOS/firmware dialog. fix libui to allow dialogs without a parent window.
2017-09-23 03:39:09 +02:00
14b7cf1987 add hooks for when the window gets/loses focus.
properly refocus draw area.
lay base for dragdrop.
2017-09-23 02:58:04 +02:00
a9cacb9dd7 make Quit menu item actually work 2017-09-23 02:03:11 +02:00
e298d50e76 avoid potential race conditions during reset/etc by waiting till the emu thread got the message to pause 2017-09-22 01:33:18 +02:00
332282c809 oh also, fuck that shit 2017-09-21 21:44:39 +02:00
8e41ed751e change 'pause' menu item to a proper check item. GTK is picky about it. 2017-09-21 21:31:20 +02:00
65b332b152 reenable wifi socket code 2017-09-21 04:42:31 +02:00
76c5451ad9 I'm an idiot 2017-09-21 04:09:09 +02:00
48cf9eb805 make it a menu option while we're at it 2017-09-21 04:08:03 +02:00
495d0ba12d add support for SPI shutdown, btw 2017-09-21 03:59:12 +02:00
0aa3434ec7 double-buffer framebuffer, eliminates artifacts 2017-09-21 03:49:12 +02:00
f13c3fc90c implement run/pause/reset menus 2017-09-21 03:42:40 +02:00
b70e085921 fix possible crashes upon exit 2017-09-19 21:06:15 +02:00
dbefaf0ad3 Windows: fix colors. use fallback if hardware render mode doesn't work. 2017-09-19 20:48:18 +02:00
edd33187b6 GTK: thread-safe refresh. doesn't freeze randomly anymore. 2017-09-19 16:53:02 +02:00
f30e19a2ec touchscreen input 2017-09-17 23:36:28 +02:00
8e7d46e717 * attempt at keyboard input, via raw scancodes
* load config, etc
* some things are nicer, too
2017-09-17 23:25:32 +02:00
66106a8829 sound 2017-09-14 17:06:41 +02:00
ba113d0ca9 actually run the emulator 2017-09-14 00:56:52 +02:00
f18690487c start working on API to draw bitmaps
lay out emu thread
2017-09-14 00:30:12 +02:00
62a26977c7 libui: primp file picker dialogs
* support for filters, for Windows (tested) and GTK (theoretical)
* add extra parameter for setting the start directory, but not supported yet
2017-09-11 15:56:52 +02:00
dbcec7efb4 actually take it somewhere 2017-09-09 03:23:02 +02:00