twinaphex
|
aa8e5bc8cf
|
(GX) Buildfix/warning fix
|
2015-03-18 20:31:01 +01:00 |
|
twinaphex
|
3670ef2ac5
|
Go through driver_get_ptr to grab pointer to driver struct
|
2015-03-18 19:40:00 +01:00 |
|
twinaphex
|
7378299282
|
Create rarch_main_get_ptr
|
2015-03-18 06:47:22 +01:00 |
|
twinaphex
|
a333a629ca
|
Start going through INLINE
|
2015-03-15 04:30:46 +01:00 |
|
twinaphex
|
00239a30d6
|
Create wrapper functions for passing a message to the runloop's
message queue
|
2015-03-15 02:47:23 +01:00 |
|
twinaphex
|
f2d2e9a4f1
|
Reorganize recording variables in global struct
|
2015-03-07 14:02:50 +01:00 |
|
twinaphex
|
3276781b4f
|
Don't increment g_runloop.frames.video.count inside video driver
implementation's 'frame' function - do this outside
|
2015-03-07 13:28:45 +01:00 |
|
twinaphex
|
795ef467ac
|
Move msg_queue and nbio/http to runloop struct
|
2015-03-07 13:01:41 +01:00 |
|
twinaphex
|
a74cb0574b
|
Create g_runloop and start moving variables there
|
2015-03-07 12:36:50 +01:00 |
|
twinaphex
|
61bbb2a3fb
|
Start making overlay loading 'deferred'
|
2015-02-21 07:29:13 +01:00 |
|
twinaphex
|
bbbc797c18
|
Simplify video_frame_scale
|
2015-02-19 16:11:49 +01:00 |
|
twinaphex
|
f16780630b
|
Fix 0RGB1555 color conversion
|
2015-02-19 16:07:11 +01:00 |
|
twinaphex
|
2f63b75697
|
Move rewind state variables in struct
|
2015-02-16 18:09:00 +01:00 |
|
twinaphex
|
04fe4c4f85
|
Fix video_frame_filter
|
2015-02-15 18:32:19 +01:00 |
|
twinaphex
|
d0e6685d3d
|
Move readjust_input_rate function to audio_driver.c
|
2015-02-11 17:36:31 +01:00 |
|
twinaphex
|
1805068440
|
Move rarch_recording_dump_frame to record_driver.c and rename it
|
2015-02-10 21:09:41 +01:00 |
|
twinaphex
|
d6c53f3fa8
|
Cleanups
|
2015-02-10 20:14:39 +01:00 |
|
twinaphex
|
0622b9cf76
|
video_frame_filter - indenting nits
|
2015-02-10 20:07:18 +01:00 |
|
twinaphex
|
7ed7ee599c
|
Create video_frame_scale and video_frame_filter
|
2015-02-10 20:06:10 +01:00 |
|
twinaphex
|
0912f05d39
|
Fix bug
|
2015-01-29 23:59:46 +01:00 |
|
twinaphex
|
ed7da3f632
|
Get rid of last param to keyboard_input_event
|
2015-01-29 23:12:42 +01:00 |
|
twinaphex
|
f35b5924e1
|
Cleanups
|
2015-01-29 22:56:33 +01:00 |
|
twinaphex
|
d327863d0f
|
Only carry one input overlay state
|
2015-01-29 22:54:42 +01:00 |
|
twinaphex
|
fc373630ce
|
Start to approach OSK driver in a different way
|
2015-01-29 20:33:27 +01:00 |
|
twinaphex
|
f258950bcf
|
Keyboard input overlays can now be used as input device
for keyboard line events
|
2015-01-29 07:03:20 +01:00 |
|
twinaphex
|
7f53ca4ab5
|
audio mute enable is now saved to config file
|
2015-01-16 23:26:09 +01:00 |
|
twinaphex
|
d3bf87f4d6
|
(audio_driver.c) More documentation
|
2015-01-14 23:29:36 +01:00 |
|
twinaphex
|
aaef98dcb7
|
Cleanups in libretro_version_1.c
|
2015-01-13 02:33:29 +01:00 |
|
twinaphex
|
90c7617b65
|
Rename retro.h to libretro_version_1.h
|
2015-01-13 02:29:08 +01:00 |
|
twinaphex
|
2679c3d5c2
|
Rename audio/utils.c to audio/audio_utils.c
|
2015-01-13 00:19:46 +01:00 |
|
Twinaphex
|
5e85c874ab
|
(Remapping) Simplify conditional and silence warning on OSX
|
2015-01-10 23:49:47 +01:00 |
|
twinaphex
|
f87590b355
|
Remap only IDs between 0 and 16 for now. Fixes some button combo
issues with FBA.
|
2015-01-10 22:38:58 +01:00 |
|
twinaphex
|
0be5b52ad0
|
Get rid of some tertiary conditionals and move conditional inside
dsp conditional block
|
2015-01-10 19:40:57 +01:00 |
|
twinaphex
|
ec22bada36
|
Add retroarch.h header
|
2015-01-09 17:40:47 +01:00 |
|
twinaphex
|
d4a08d7ec7
|
(netplay.c) Simplify init_tcp_connection
|
2015-01-09 03:00:24 +01:00 |
|
twinaphex
|
1194b2c6fd
|
Document retro.h too
|
2015-01-08 18:42:27 +01:00 |
|
twinaphex
|
362077c9f9
|
Document libretro_version_1.c
|
2015-01-08 18:39:17 +01:00 |
|
twinaphex
|
453321c50b
|
Start updating headers
|
2015-01-07 17:46:50 +01:00 |
|
twinaphex
|
9c5ac01718
|
Add some more documentation
|
2015-01-07 17:02:47 +01:00 |
|
twinaphex
|
6fb51eb360
|
Initial implementation of remap binds feature
|
2015-01-05 22:53:21 +01:00 |
|
twinaphex
|
7a456c6c3a
|
Rename MAX_PLAYERS to MAX_USERS
|
2015-01-05 01:58:00 +01:00 |
|
twinaphex
|
477a2f3b55
|
Refactor some code in input_state - plus only accept overlay
input when driver.block_libretro_input is false
|
2014-12-28 15:20:01 +01:00 |
|
twinaphex
|
1ec8099789
|
Cleanups
|
2014-12-28 05:57:17 +01:00 |
|
twinaphex
|
ccf43f6e85
|
Take out dynamic.h header include from general.h
|
2014-10-22 04:27:51 +02:00 |
|
twinaphex
|
c62d52de0f
|
Start properly implementing libretro SDK for boolean.h include
header, glsym, and rthreads
|
2014-10-21 05:05:52 +02:00 |
|
twinaphex
|
a191120f38
|
(libretro_version_1.c) Rename local index variables
|
2014-10-20 23:24:01 +02:00 |
|
twinaphex
|
d7ec815bc9
|
Move netplay.h include outside of general.h
|
2014-10-20 21:32:53 +02:00 |
|
twinaphex
|
9de94c6298
|
Move flush_audio to libretro_version_1.c as static function
|
2014-10-02 23:43:28 +02:00 |
|
twinaphex
|
0135d763db
|
Move g_extern.netplay to driver.netplay_data
|
2014-10-01 23:00:05 +02:00 |
|
twinaphex
|
dead11f182
|
Move driver_active variables over to driver global
|
2014-10-01 22:34:48 +02:00 |
|