twinaphex
|
c572a5b544
|
(RARCH_CONSOLE) Remove initialize_rarch_enable
|
2013-01-06 01:39:43 +01:00 |
|
twinaphex
|
e06583a45c
|
(RARCH_CONSOLE) Get rid of emulator_initialized - replace with main_is_init
|
2013-01-05 23:49:58 +01:00 |
|
twinaphex
|
02514d509e
|
Add main_is_init conditional
|
2013-01-05 23:44:49 +01:00 |
|
twinaphex
|
c0c81bf22b
|
(RARCH_CONSOLE) Move rarch_config_save to settings.c - rename to
config_save_file
|
2013-01-05 22:18:59 +01:00 |
|
twinaphex
|
9a8e6a6432
|
(Android) Add debug input keycode reporting option
|
2013-01-05 17:09:13 +01:00 |
|
twinaphex
|
4eeac9a1d7
|
(Android) Add autodetect_enable entry to settings
|
2013-01-05 04:58:30 +01:00 |
|
twinaphex
|
d0c4de9635
|
(XDK) Build fixes
|
2013-01-02 17:23:31 +01:00 |
|
Themaister
|
276b588217
|
Add custom xml parser. Use as fallback.
|
2013-01-02 15:18:42 +01:00 |
|
Themaister
|
0b4cf2d053
|
Update license headers to 2013.
|
2013-01-01 01:41:15 +01:00 |
|
twinaphex
|
e2163317d7
|
(Android/RARCH_CONSOLE) Move DPAD_EMULATION enums to general.h -
makes it easier from maintenance perspective
|
2012-12-31 17:50:47 +01:00 |
|
twinaphex
|
acefa9bfc4
|
(Android) Maps PS3 pad correctly now
|
2012-12-30 21:43:58 +01:00 |
|
Themaister
|
f445c939e9
|
Merge branch 'master' into overlay
|
2012-12-23 13:56:57 +01:00 |
|
Themaister
|
9b58fac354
|
Always compile in config file support.
|
2012-12-23 13:55:59 +01:00 |
|
Themaister
|
9056946079
|
Merge branch 'master' into overlay
|
2012-12-22 11:38:18 +01:00 |
|
Themaister
|
6bb2349833
|
Kill off external driver plug interfaces.
These are too much work to maintain, and aren't really all
that useful.
|
2012-12-22 11:37:15 +01:00 |
|
Themaister
|
ca9f081d27
|
Make input overlay configurable.
|
2012-12-20 20:23:53 +01:00 |
|
twinaphex
|
8ac8f6b7c8
|
Get rid of now unnecessary Android header include in general.h
|
2012-12-18 06:04:49 +01:00 |
|
twinaphex
|
dacab094f0
|
(RMenu) menu_loop renamed into rmenu_iterate - iterates menu code for one frame
|
2012-12-15 16:40:02 +01:00 |
|
twinaphex
|
7685009f56
|
(GX) Compile fixes -haven't tested yet
|
2012-12-15 05:55:08 +01:00 |
|
twinaphex
|
8a271d318c
|
Frame advance - get rid of unnecessary extern variables now
|
2012-12-15 02:25:48 +01:00 |
|
twinaphex
|
dbb962e946
|
Streamline frame_count usage
(Android/Griffin) Fix build
|
2012-12-14 20:33:36 +01:00 |
|
twinaphex
|
e1918b2ba6
|
(Android) Rename g_android.input_state to g_extern.lifecycle_state
- intend to use this for RMenu as well
|
2012-12-14 02:06:14 +01:00 |
|
Hans-Kristian Arntzen
|
3c5aec41a1
|
Merge pull request #72 from meancoot/master
Allow libretro core to receive keyboard input using events rather than polling.
|
2012-12-08 03:29:03 -08:00 |
|
Toad King
|
c6111a3259
|
[CONSOLE] Make separate timers for holding scroll and menu/exit button delay.
Fixes issues with exit/menu button combo not working on GC controllers occasionally
|
2012-11-28 19:55:08 -05:00 |
|
Themaister
|
2c41fe7288
|
Move log_fp to g_extern.
Rework logger macros to use g_extern.log_file is it's non NULL.
Otherwise, fallback to stderr.
|
2012-11-26 16:59:00 +01:00 |
|
twinaphex
|
e1ea973e58
|
Promote HAVE_FILE_LOGGER for all platforms
|
2012-11-26 02:46:40 +01:00 |
|
meancoot
|
e60bb1d168
|
Add RETRO_ENVIRONMENT_SET_KEYBOARD_CALLBACK. An interface for allowing keyboard event data to be sent to the core.
|
2012-11-25 20:23:31 -05:00 |
|
Themaister
|
8f9b68ad90
|
Add config file support to FFmpeg recording.
|
2012-11-23 22:46:36 +01:00 |
|
Themaister
|
770ac5a15a
|
Minor cleanup in platform-headers in general.h.
|
2012-11-23 20:45:15 +01:00 |
|
twinaphex
|
844ea8d1fc
|
(PSP1) Implement rarch_sleep for PSP1
|
2012-11-23 18:51:42 +01:00 |
|
Themaister
|
a33c7a7d61
|
Make sure PATH_MAX is defined.
|
2012-11-23 10:34:40 +01:00 |
|
twinaphex
|
5f08905109
|
(PSP1) Add Makefile
|
2012-11-23 07:19:21 +01:00 |
|
twinaphex
|
52b46d9fd6
|
Implement prev_pow2 - will need this for 360 to round down texture
formats if passed value too large
|
2012-11-21 20:47:20 +01:00 |
|
Themaister
|
28bb46483c
|
Drop video_force_16bit.
This option is silly now.
|
2012-11-20 23:23:18 +01:00 |
|
twinaphex
|
28c39a5beb
|
(XDK) Fixed viewport settings
|
2012-11-20 06:08:58 +01:00 |
|
twinaphex
|
e9dc0faace
|
(360) Add 'force 16bit color' option
|
2012-11-20 03:09:11 +01:00 |
|
twinaphex
|
ce1de27b5a
|
(GL/PS3) Refactor FBO setting
|
2012-11-18 21:50:27 +01:00 |
|
Themaister
|
86e21686f7
|
Refactor out buggy 'in-line' path handling.
|
2012-11-18 17:16:20 +01:00 |
|
twinaphex
|
f6031379f4
|
Remove HAVE_FIXED_POINT in general.h
|
2012-11-03 23:00:42 +01:00 |
|
Themaister
|
91edc8ff49
|
Add volume control.
It imposes no performance loss as it is performed
during s16->float conversion.
It is however grouped together with check_mute.
|
2012-11-03 14:15:03 +01:00 |
|
twinaphex
|
3837a503b7
|
(Android) Reimplement native glue code
|
2012-11-01 05:48:46 +01:00 |
|
Themaister
|
1908a81e1c
|
Add RETRO_DEVICE_POINTER.
Implemented only for X11 so far.
Also clears up viewport_size call.
Changed to viewport_info to also grab X/Y info.
|
2012-10-28 00:38:31 +02:00 |
|
Themaister
|
f9693f7ea2
|
ARRAY_SIZE to simplify some for-loops.
|
2012-10-26 23:15:34 +02:00 |
|
Themaister
|
a79ca54bc7
|
Fix CXX_BUILD.
|
2012-10-21 23:24:25 +02:00 |
|
Themaister
|
668ff7687e
|
Let CPU filters work with any format.
|
2012-10-21 22:59:13 +02:00 |
|
Themaister
|
93078889cc
|
Begin reworking RGB565 as default pixel format.
|
2012-10-20 01:12:02 +02:00 |
|
Themaister
|
d8d3442b29
|
Make rarch_main() the *real* entry point.
|
2012-10-15 21:50:22 +02:00 |
|
twinaphex
|
82d2ee63dc
|
(Android) Move g_android outside of general.h
|
2012-10-15 19:09:59 +02:00 |
|
Themaister
|
298600781c
|
Indentation fix.
|
2012-10-15 09:57:08 +02:00 |
|
twinaphex
|
5ffab01827
|
(Android) Add g_android global struct - EGLDisplay, EGLContext
and EGLSurface in this struct are temporarily and all code
will be moved to EGL context file
|
2012-10-15 08:57:23 +02:00 |
|