Themaister
0574ae0eb0
Load aspect_ratio_idx outside consoles.
2013-05-25 11:06:40 +02:00
meancoot
eeea6a6184
(iOS) Change the way custom actions are handled in the setting menu; BTstack is now enabled or disabled as soon as the Enable BTstack option is toggled
2013-05-24 18:36:18 -04:00
meancoot
6affc4572e
(iOS) If the token HAVE_DEBUG_DIAGLOG is defined at build time all messages sent to stdout or stderr will appear in the Diagnostic Log.
2013-05-24 18:16:44 -04:00
meancoot
bd2f308f46
(iOS) Add some error logging to BTpad code. Also add some controller pairing info to ios/README.md
2013-05-24 17:04:46 -04:00
meancoot
d67fc02b26
(iOS) Remove the Settings button on the top bar if a settings view controller is present in the backstack (prevents recursive opening of settings menu)
2013-05-24 16:02:04 -04:00
twinaphex
542a6b0385
(GX) Fix Gamecube build
2013-05-24 18:38:13 +02:00
twinaphex
1abc1b40a6
save overlay opacity/scale to config file
2013-05-24 18:35:48 +02:00
Themaister
c7108383c2
Save integer scale option. Fix aspect_ratio save.
...
Don't save g_extern aspect ratio as it doesn't correspond to
video_aspect_ratio.
2013-05-24 16:24:49 +02:00
Hans-Kristian Arntzen
f5e1db1506
Fix HAVE_EGL in glx_ctx.c
2013-05-23 18:32:13 +02:00
twinaphex
1e05541477
(GX) Change ifdef HW_RVL to ifdef GEKKO for Gamecube resolution
...
support
2013-05-23 13:26:06 +02:00
twinaphex
1b85bcfdc3
(Blackberry) Include frontend.c - have to add a hack since
...
RARCH_MOBILE is defined for Blackberry as well yet the main
entry point is main()
2013-05-23 12:11:15 +02:00
twinaphex
5608683d41
Label of RGUI_OVERLAY_DIR_PATH - change to <default>
2013-05-22 23:02:03 +02:00
twinaphex
4dec0f271e
(All other targets) Only save config if g_extern.config_path is
...
set
2013-05-22 22:59:55 +02:00
twinaphex
0977917837
(RGUI) Overlay directory path can now be set (and setting will be
...
saved)
2013-05-22 22:31:16 +02:00
Themaister
503ce7895c
Reset BlendFunc with HW render.
2013-05-22 21:41:10 +02:00
Themaister
f6c126ecaa
Only save config if g_extern.config_path is set.
2013-05-22 19:49:51 +02:00
Themaister
6654979cbb
Enable config_save_on_exit for PC.
...
Off by default. Phoenix fixes later.
2013-05-22 19:49:18 +02:00
twinaphex
46f29b1178
New define RARCH_MOBILE
2013-05-22 16:02:21 +02:00
twinaphex
c315dc90cf
(PC) config_save_file_on_exit off by default
2013-05-22 15:50:38 +02:00
twinaphex
79ea30f54f
Introduce config_save_on_exit
2013-05-22 15:35:28 +02:00
twinaphex
82b6ab3ec7
(NGC) Build fixes
2013-05-22 00:30:02 +02:00
Themaister
fb934931bc
Make SDL/GL last prio.
2013-05-21 22:41:59 +02:00
Themaister
b4b83cdf41
Use VBOs in GLSL.
...
Future proof a bit as future GL versions
require use of VBOs. Also avoids spamming client-side
data to GL all the time.
VAOs are not used, but that is only relevant if we actually
create a GL3+ context.
2013-05-21 10:44:25 +02:00
Themaister
a66fdf8b5f
Style nits.
2013-05-21 08:46:51 +02:00
Squarepusher
525993e55d
Merge pull request #207 from ficoos/retrolaunch_work
...
Retrolaunch improvements
2013-05-20 23:16:50 -07:00
Saggi Mizrahi
00eb501a1c
retrolaunch: Change core selection in retrolaunch
...
This changed makes it so that retrolaunch will choose cores based on a
preference configuration called cores.conf.
This means that different systems can select what cores they prefer to
use when running certain games. Games that don't work on specific cores
can be marked in launch.conf with !core_name and retrolaunch will choose
the next core for that system.
Also launch.conf is now optional meaning that users don't need the cddb
and the dat files to be able to use core auto-selection. They just need
cores.conf.
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2013-05-21 00:12:38 -04:00
Saggi Mizrahi
c038c92f68
retrolaunch: Add genesis multitap games
...
Even though it is not yet supported by libretro
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2013-05-20 22:24:58 -04:00
ToadKing
c673c28274
(GX) fix crash on empty argv
2013-05-20 22:19:10 -04:00
ToadKing
1ef1960ad1
Allow saving "empty" directories in config file
...
"default" gets translated to either ROM directory or platform-default directory, depending on the setting
2013-05-20 22:18:34 -04:00
ToadKing
655546849a
(RGUI) allow setting paths from RGUI
2013-05-20 22:17:26 -04:00
Saggi Mizrahi
811baad078
retroluanch: Add a lot of games to launch.conf
...
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2013-05-20 22:07:47 -04:00
Themaister
0457e41ceb
Fix cg2glsl batch when dir has slash suffix.
2013-05-20 23:46:40 +02:00
Themaister
895d6cb4a7
(Android) Move menu_init() call around.
...
Should be called late (when g_extern.config_path, etc are set).
Fixes ROM history and RGUI showing configured libretro core.
2013-05-20 21:33:05 +02:00
ToadKing
812d78839d
(GX) add hack for bad Salamander behavior
2013-05-19 20:40:48 -04:00
ToadKing
f3b4fbbb2d
(GX) remove IOS reloading, was messing up Salamander and threaded device insertion fixed the issue we were having anyway
2013-05-19 20:40:13 -04:00
ToadKing
57058ee25f
(GX) fix potential memory corruption in rarch_console_exec
2013-05-19 20:39:08 -04:00
twinaphex
f921162cac
(RMenu/PS3) Implement Save Shader Preset
2013-05-19 23:10:21 +02:00
Themaister
b4b669f0e5
Run thread_frame() even when frame = NULL.
...
Fixes RGUI on cores which use duping.
Also avoid redundant frame.lock locking.
If thr->frame.updated is false, the lock
cannot possible be held by thread.
2013-05-19 22:28:32 +02:00
Themaister
12288e9b8c
Avoid potential performance regressions.
...
PSGL uses GL_ARGB_SCE, and not GL_RGBA for one ...
2013-05-19 11:25:56 +02:00
Themaister
18fd41f77e
Avoid Pi hack.
...
Derp. Was configured to low GPU RAM split ...
2013-05-18 22:10:29 +01:00
Themaister
085929a40d
Fix potential segfault if rgui->info is broken.
2013-05-18 22:45:23 +02:00
Themaister
f61cc333e9
Be more explicit about FBO formats.
...
GLES doesn't support 32-bit FBOs.
They seem to only be exposed via OES_rgb8_rgba8 and ARM_rgba8
extensions.
2013-05-18 21:53:26 +02:00
Themaister
c1bd2d25c6
Fix desktop GL build.
2013-05-18 21:23:59 +02:00
ToadKing
fe81760a29
(ANDROID) fix ROM load error message on threaded video
...
remove overlay on ROM load error message
2013-05-18 14:06:23 -04:00
Themaister
9406b0a771
More explicit logging of FBO errors.
2013-05-18 16:51:10 +01:00
Themaister
e5ba936355
Disallow EGL images when using HW render.
2013-05-18 14:51:36 +01:00
Themaister
84d5ee51ca
Fix libretro-test-gl build for Pi.
2013-05-18 14:37:05 +01:00
Themaister
5a18424744
Don't check for FBO when compiling GLES2.
...
Adds FBO support to ARM/Linux which used quickbuild.
2013-05-18 14:29:42 +01:00
Themaister
1325794178
Remove config path in RGUI.
...
Wonky, opens a can of worms to change it.
2013-05-18 00:34:52 +02:00
Themaister
1895cca5d9
Fix overlay input hitbox with scaling.
2013-05-18 00:18:24 +02:00