Themaister
fd47aab9ee
Allow user to browse overlays more easily.
2013-05-18 00:16:31 +02:00
Themaister
1a01c2b54a
Print OVERLAY in menu when selecting one.
2013-05-18 00:14:11 +02:00
Themaister
44449a0ae6
Make overlay_scale logic consistent with overlay_alpha.
2013-05-18 00:09:09 +02:00
Themaister
2b72d6a30c
Fixup overlay handling in RGUI.
...
- Fix massive memory leaks and behavior.
- Flush menu stack to input options.
- Display which overlay is used.
- Display (DIR)/(FILE) when overlay is searched for.
- Avoid potential floating point error when incrementing/decrementing
opacity.
2013-05-18 00:04:29 +02:00
twinaphex
69e2bbd57e
(RGUI) Add Overlay Scale option - when downscaling, doesn't seem to
...
update the hitboxes
2013-05-17 23:37:48 +02:00
twinaphex
21238048a3
(RGUI) Add opacity overlay setting
2013-05-17 23:26:11 +02:00
twinaphex
04e884a213
(RGUI) Make it possible to change overlays from RGUI
2013-05-17 23:13:09 +02:00
Themaister
ea8aab4c42
Move rewind and SRAM settings around.
...
Move to general "Settings".
2013-05-17 22:22:15 +02:00
twinaphex
4d9d868077
(BB10) Save to ROM history when loading game from Cascades interface
2013-05-17 21:07:19 +02:00
twinaphex
2c5be4ad56
(iOS) Save to ROM history when loading game from Cocoa interface
2013-05-17 21:05:28 +02:00
Themaister
978ce1dc49
Call menu_rom_history_push_current() on Android.
2013-05-17 18:38:33 +02:00
Themaister
608f88bd55
Refactor initial ROM history save.
...
Add menu_rom_history_push_current().
2013-05-17 18:33:45 +02:00
Themaister
50bd5bb4ff
Save to ROM history when loading from CLI.
2013-05-17 18:22:03 +02:00
Hans-Kristian Arntzen
3e9b982118
(iOS) Move NS* stuff inside autoreleasepool.
...
Avoid leak.
2013-05-16 13:58:23 +02:00
twinaphex
4c92d8a3ed
(iOS) Comment out debug filelogging by default
2013-05-16 13:44:32 +02:00
twinaphex
7113a3c61e
(libretro-test) Add iOS target
2013-05-16 13:38:16 +02:00
twinaphex
f9322afd1f
(Libretro-test) Make Blackberry target
2013-05-16 13:28:43 +02:00
twinaphex
34507f74a1
(Libretro-test-gl) Build fix
2013-05-16 13:25:27 +02:00
twinaphex
88eedc8333
(Blackberry) Make libretro-test-gl compile and link for Blackberry
...
(Blackberry Momentics solution) Remove Simulator targets
2013-05-16 13:22:26 +02:00
twinaphex
4afc244c46
(dist) Update READMEs - take out what no longer applies
2013-05-15 00:35:22 +02:00
meancoot
afa22f32be
(iOS) Clear input buffers when the driver is initialized. This prevents keys held when the last game exited from being reported on the first poll of the next.
2013-05-13 23:45:02 -04:00
Themaister
df79b8ea3d
Ensure that g_settings.libretro is absolute path.
...
Avoid issues when relative libretro paths are stored in ROM history.
2013-05-13 23:25:37 +02:00
Themaister
ef257a6e8e
Always use ios_bind_game_view_fbo().
...
Should hopefully fix libretro-test-gl and co.
2013-05-13 19:33:47 +02:00
twinaphex
e3a8ea9389
(iOS) Add preliminary file logging - only seems to log stderr
...
right now and not stdout
2013-05-13 12:11:30 +02:00
twinaphex
1458678dbc
(Android) Add preliminary Ouya controller support
2013-05-13 10:38:43 +02:00
Themaister
559b5d39fc
Reallow left/right RGUI scroll.
...
Assumed this was a bug as right scroll was broken.
Fixes right case as well.
2013-05-13 00:26:46 +02:00
Themaister
2e2efa2d09
Use default core options config.
2013-05-12 21:21:19 +02:00
twinaphex
b0a78bb3fb
(libretro-test-gl) Seems to compile and link for OSX now
2013-05-12 16:07:16 +02:00
twinaphex
5ce51f7b0b
(libretro-test-gl iOS) Compiles and links on iOS
2013-05-12 16:02:49 +02:00
twinaphex
a981b149ee
(iOS) Add modelviewer_libretro.info
2013-05-12 15:15:44 +02:00
twinaphex
05abf3d575
(iOS) Change code sign identity to iOS developer (automatic)
2013-05-12 15:12:25 +02:00
twinaphex
f5d9d5042d
(iOS) No EGL on iOS, and couldn't find an equivalent AGL version of eglGetProcAddress -
...
so NULLing out for now
2013-05-12 15:09:49 +02:00
twinaphex
40fe365e90
(Playbook) Remove reference to workspace CubeRotate project
2013-05-12 14:45:48 +02:00
twinaphex
9bfebe7d0b
(iOS) Implement get_proc_address in iOS context driver
2013-05-12 14:19:54 +02:00
Themaister
b20c31dc3a
Fix GL_ES #ifdef.
2013-05-12 12:33:59 +02:00
Themaister
179b374c39
Add JNI target to libretro-test-gl.
...
Fixup GLES build.
2013-05-12 03:40:07 +02:00
twinaphex
71c699b5fc
(Android/QNX) get_proc_address was not bound in context driver
2013-05-12 01:15:44 +02:00
twinaphex
921932f8d2
(Android) Fix build
2013-05-12 00:56:39 +02:00
Themaister
75c5a04e49
Fix GLES build.
...
GLES doesn't support glReadBuffer() ...
2013-05-11 16:04:46 +02:00
Themaister
74c8afc492
Fix GPU screenshots in GL.
...
Had to make sure to use GL_FRONT buffer.
2013-05-11 15:50:19 +02:00
Themaister
f9cfface71
Don't set do_held on left/right.
...
Fixes a bug where NAV_MENU was checked for and not (1 << NAV_MENU).
2013-05-11 14:26:05 +02:00
Themaister
7903cc5658
Fix warning.
2013-05-11 13:30:41 +02:00
twinaphex
50b9248624
(QNX/BB) Save config file at exit - compile in config_save_file
...
for all targets from now on
2013-05-11 02:19:09 +02:00
twinaphex
41e5083f0c
(Playbook) Set g_settings.libretro to 'app/native/lib' by default
2013-05-11 02:05:05 +02:00
twinaphex
8754afe691
(Playbook) Autostart with default overlay if nothing is there in config file
...
+ put overlays as assets inside BAR file
2013-05-11 01:48:03 +02:00
twinaphex
e0cca6e7a8
(Playbook) Fixes Playbook build - starts up with RGUI now
2013-05-11 01:28:04 +02:00
twinaphex
1bfb203d0b
(Blackberry) Move qnx_input.c to upper-layer directory
2013-05-11 00:50:08 +02:00
twinaphex
6e2fc94c5e
(360) Fix Salamander build
2013-05-10 23:38:54 +02:00
twinaphex
8785a45da1
(RMenu XUI 360) Add savestate loading/saving by pressing OK button
...
in Menu
2013-05-10 22:52:34 +02:00
twinaphex
523a27ce61
(360) Load Game History list now works on 360 as well
2013-05-10 22:44:58 +02:00