Commit graph

911 commits

Author SHA1 Message Date
Dimitris Panokostas
e0cf08ec14 SDL2: Don't call UpdateTexture every frame 2018-01-18 16:19:57 +01:00
Dimitris Panokostas
7eb47074f7 Updated VisualGDB solution 2018-01-17 23:40:35 +01:00
Dimitris Panokostas
2132f6ff2b Improved error logging in main window 2018-01-17 23:38:53 +01:00
Dimitris Panokostas
ddd93c3ffc Fixed syntax in sound 2018-01-17 23:38:27 +01:00
Dimitris Panokostas
e2f32cfe94 Added missing pieces for Android support 2018-01-17 23:38:11 +01:00
Dimitris Panokostas
fdb6e83b04 Fixed #201: Reading from retroarch.cfg could crash the emulator 2018-01-15 21:15:21 +01:00
Dimitris Panokostas
e3e49c32f6 Removed binary files incorrectly included in earlier commit 2018-01-15 20:25:16 +01:00
Dimitris Panokostas
a98d8bf2e2 Fixed compilation problem on RPI1/Zero (missing CONVERT_RGB_16) 2018-01-15 00:02:14 +01:00
Dimitris Panokostas
534f6b2a07 Adde missing flags_arm header 2018-01-14 23:30:41 +01:00
Dimitris Panokostas
575b61a062 Added SDL2-Dispmanx targets for RPI2 and RPI1 2018-01-13 00:29:50 +01:00
Dimitris Panokostas
415ef14575 Bumped version to v2.9 beta 2018-01-12 23:41:48 +01:00
Dimitris Panokostas
9baaf0ed1c Fixed #77: Picasso modes were broken on Pi 1/Zero. Cleaned up Makefile 2018-01-12 23:19:31 +01:00
Dimitris Panokostas
46fde18406 Added "Set Configuration" button in Quickstart Panel, to apply the selected Quickstart settings on demand 2018-01-11 23:40:08 +01:00
Dimitris Panokostas
f26069cb81 Improved responsiveness of GUI under SDL2 2018-01-11 23:07:43 +01:00
Dimitris Panokostas
09fa9851ad Additional fix for #197: Don't change Hide Idle Led status by target default prefs 2018-01-11 22:23:24 +01:00
Dimitris Panokostas
ad7f5b866e Fixed #203: JIT should only be selectable when CPU is > 68010 2018-01-11 22:08:29 +01:00
Dimitris Panokostas
f490f3efa0 Fixed Quickstart should only change Prefs when initialized only if we're not already emulating 2018-01-11 16:15:05 +01:00
Dimitris Panokostas
ff38ef1e3e Removed "-mfloat-abi" option from Makefile (the compiler will pick the system default anyway) 2018-01-11 10:28:27 +01:00
Dimitris Panokostas
35c8ed37ee Cleanup of unused code and reformatting 2018-01-10 22:06:05 +01:00
Dimitris Panokostas
67b2b9239c Fixed Custom Panel would not get automatically updated if changes were made in the Input Panel 2018-01-10 21:26:12 +01:00
Dimitris Panokostas
a3bffcf704 Fixed #198: Fixed Quickstart config not being applied always 2018-01-10 18:23:21 +01:00
Dimitris Panokostas
409df536fe Fixed #194: Config would not get loaded if we were already under emulation 2018-01-10 18:05:03 +01:00
Dimitris Panokostas
cc1a955f47 Fixed #197: built-in default prefs should not alter "leds_on_screen" value 2018-01-10 16:44:19 +01:00
Dimitris Panokostas
c012d46f13 Fixed bug where some Dropdowns would not navigate properly with the keyboard/joystick 2018-01-10 16:32:30 +01:00
Dimitris Panokostas
f1d151e576 Fixed #196: Hide Idle Led option was not saved/restored 2018-01-10 15:34:36 +01:00
Dimitris Panokostas
2bcef4ad6b Fixed #195 2018-01-10 15:22:04 +01:00
Dimitris Panokostas
dacbd86e40 SDL1: Fixed bug where the GUI would not show on startup until an event was triggered 2018-01-10 15:08:09 +01:00
Dimitris Panokostas
b2044243ce Updated VSLinux project to add /usr/local/include/ as an Include path as well 2018-01-09 23:29:26 +01:00
Dimitris Panokostas
2bcb11877c Updated some header references 2018-01-09 23:28:25 +01:00
Dimitris Panokostas
a34fb794c6 Updated VisualGDB solution and projects to include Dispmanx target, genblitter, genlinetoscr projects 2018-01-09 22:59:22 +01:00
Dimitris Panokostas
647f573a65 Better fix for #142 2018-01-08 15:48:33 +01:00
Dimitris Panokostas
0a21fb4625 Fixed #142 2018-01-07 22:22:49 +01:00
Dimitris Panokostas
c70d2c09e9 Updated VSLinux project 2018-01-05 16:31:33 +01:00
Dimitris Panokostas
3743b2c394 GUI texture now uses format from Surface 2018-01-05 16:29:19 +01:00
Dimitris Panokostas
281b68a4d7 Fixed typo in InGameMessage 2018-01-05 15:41:32 +01:00
Dimitris Panokostas
32b637a3ac Fixed 100% CPU usage while idle in InGameMessage 2018-01-05 15:38:01 +01:00
Dimitris Panokostas
748130a5ea Fixed CPU usage at 100% while in GUI 2018-01-05 13:27:07 +01:00
Dimitris Panokostas
78d0986b61 guisan updates for surfaces 2018-01-05 13:24:52 +01:00
Dimitris Panokostas
1c00afac89 Fixed typo, minor cleanup 2018-01-04 22:57:28 +01:00
Dimitris Panokostas
4fdd73b9c7 Don't use the dummy_surface except if we're on SDL1 2018-01-04 22:05:39 +01:00
Dimitris Panokostas
dec959ac3f Don't call SDL_UpdateTexture when using Dispmanx in SDL2 2018-01-04 21:52:20 +01:00
Dimitris Panokostas
d7ac7b446c Simplified some Makefile common flags 2018-01-04 21:03:10 +01:00
Dimitris Panokostas
ccc558d73e Bumped version to 2.8 beta 2018-01-04 16:38:14 +01:00
Dimitris Panokostas
a75aa6b953 Added GCC Profile option in Makefile 2018-01-04 16:13:21 +01:00
Dimitris Panokostas
fbde5502b5 Moved OpenGUI and Quit buttons back to Misc panel 2018-01-04 16:11:02 +01:00
Dimitris Panokostas
21b8fe9e4a Moved Quit/Enter GUI options from Misc to Input panel 2018-01-04 15:24:48 +01:00
Dimitris Panokostas
45ae8f295f Cleaned up unused variables in ShowMessage 2018-01-04 14:33:11 +01:00
Dimitris Panokostas
7620f981eb Fixed Navigation wouldn't go to "Shutdown" button 2018-01-04 14:31:22 +01:00
Dimitris Panokostas
ee3279629d Added Game Controller support in InGameMessage 2018-01-04 14:16:27 +01:00
Dimitris Panokostas
f2e4a16128 Fixed InGameMessage for SDL1 properly 2018-01-04 10:01:30 +01:00