twinaphex
|
7a55ae3765
|
Start updating headers for 2016
|
2016-01-10 04:06:50 +01:00 |
aliaspider
|
40ac911a05
|
build fix.
|
2015-12-24 21:17:44 +01:00 |
ctult
|
5bb3ab4d45
|
Starting to clean up netplay code
|
2015-12-23 13:25:28 -07:00 |
twinaphex
|
5b939e810c
|
Get rid of driver_t and driver_get_ptr
|
2015-12-05 16:54:13 +01:00 |
twinaphex
|
6abb01e973
|
Isolate driver->netplay-data to netplay.c
|
2015-12-05 16:38:24 +01:00 |
twinaphex
|
b6be555809
|
Try to prevent a NULL pointer dereference for global - rename video_frame
|
2015-12-04 00:26:09 +01:00 |
twinaphex
|
a6ccc188a8
|
Rename input_common.c to input_config.c
|
2015-11-28 02:22:58 +01:00 |
twinaphex
|
6267c16be2
|
Remove header include
|
2015-11-24 01:32:43 +01:00 |
twinaphex
|
1f62479068
|
move video_frame to gfx/video_driver.c
|
2015-11-24 01:26:59 +01:00 |
twinaphex
|
909ee01012
|
Move input_state code to input_common.c
|
2015-11-24 01:19:48 +01:00 |
twinaphex
|
075a4891dc
|
Buildfix/move input code around
|
2015-11-24 01:18:00 +01:00 |
twinaphex
|
e0f0590269
|
Rearrange header includes
|
2015-11-23 19:40:09 +01:00 |
twinaphex
|
2e3c3d25b5
|
Create video_driver_frame
|
2015-11-23 14:53:56 +01:00 |
twinaphex
|
9b41061143
|
Rename driver->video
|
2015-11-23 14:14:12 +01:00 |
twinaphex
|
beceaf4a8c
|
Merge video_pixel_converter.c with video_driver.c
|
2015-11-23 13:02:24 +01:00 |
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
twinaphex
|
7b1f57b1cd
|
Add RARCH_DISPLAY_CTL_FRAME_FILTER_ALIVE
|
2015-11-20 15:14:12 +01:00 |
twinaphex
|
533b799692
|
Create video_driver_ctl and get rid of video_driver_get_frame_count
|
2015-11-20 15:08:27 +01:00 |
Andre Leiradella
|
5fce3f4138
|
grouped core functions inside a retro_core_t structure; swapped core function globals by one retro_core_t variable
|
2015-10-06 14:34:09 -03:00 |
twinaphex
|
576626ead0
|
Refactor frame_is_reversed - shader drivers should no longer
be dependent upon global state
|
2015-09-16 11:14:43 +02:00 |
twinaphex
|
e1c1917ed5
|
Cleanup headers
|
2015-09-05 19:24:21 +02:00 |
twinaphex
|
3c6d0dd77c
|
Some PSP1 build fixes and start adding PSP1 support to
Makefile.griffin
|
2015-08-30 23:19:45 +02:00 |
twinaphex
|
0595393cc0
|
input_state - cleanup
|
2015-08-06 03:10:52 +02:00 |
twinaphex
|
1e344bc85c
|
Revert "Take turbo_enable array out of global struct"
This reverts commit 821688f976 .
|
2015-08-03 23:40:01 +02:00 |
twinaphex
|
821688f976
|
Take turbo_enable array out of global struct
|
2015-08-03 23:34:13 +02:00 |
twinaphex
|
f710b61edb
|
Don't make input_apply_turbo a separate function again
|
2015-08-03 23:28:34 +02:00 |
twinaphex
|
157ca684a0
|
Pass pointers to input_apply_turbo
|
2015-08-03 23:24:28 +02:00 |
twinaphex
|
0c023dcb68
|
Reimplement frame count
|
2015-08-03 23:01:07 +02:00 |
twinaphex
|
a70f09a90d
|
Rearrange structs
|
2015-07-27 17:18:10 +02:00 |
twinaphex
|
41f18cd507
|
Cleanup
|
2015-07-24 05:16:44 +02:00 |
twinaphex
|
117fd48f15
|
Get rid of some superfluous wrapper functions
|
2015-07-12 11:14:41 +02:00 |
twinaphex
|
1a4954ce55
|
Move more code to input_overlay.c
|
2015-07-12 06:47:39 +02:00 |
twinaphex
|
1b163e6a5a
|
Cleanup input_overlay.c
|
2015-07-11 08:07:14 +02:00 |
twinaphex
|
b6609d576b
|
Build fixes when HAVE_OVERLAY is not defined
|
2015-07-10 18:37:25 +02:00 |
twinaphex
|
abf7a80f27
|
(Android) Buildfixes and remove unused variable warnings
|
2015-07-09 07:48:56 +02:00 |
twinaphex
|
46cdc34b9b
|
Set up groundwork for new mobile-friendly setting
|
2015-07-09 03:47:07 +02:00 |
twinaphex
|
cdf3ce309e
|
Decouple 'overlay' state from driver_t
|
2015-07-09 01:10:30 +02:00 |
twinaphex
|
c4617f0f6b
|
(libretro_version_1.c) Style nits
|
2015-07-08 17:22:35 +02:00 |
twinaphex
|
467452a698
|
Updates pt. 4
|
2015-07-02 18:55:49 +02:00 |
twinaphex
|
96c119bb1d
|
Move retroarch_logger.h to libretro-common/include
|
2015-06-30 00:38:10 +02:00 |
twinaphex
|
7a2bd21b3d
|
(runloop.c) Cleanup
|
2015-06-27 15:52:24 +02:00 |
twinaphex
|
55454a12aa
|
Refactor some code in input_state
|
2015-06-27 15:36:53 +02:00 |
Alcaro
|
97f8188969
|
Clean up some C99 longlongs.
|
2015-06-26 16:21:50 +02:00 |
twinaphex
|
9488b47fbc
|
Refactor gfx/video_pixel_converter.c
|
2015-06-25 10:37:10 +02:00 |
twinaphex
|
9f93373286
|
Create video_pixel_frame_scale and move it to gfx/video_pixel_converter.c
|
2015-06-25 10:15:26 +02:00 |
Higor Eurípedes
|
4d84021819
|
Fix incorrect screenshot colors
|
2015-06-17 11:32:08 -03:00 |
Higor Eurípedes
|
f7bc0df9bc
|
(libretro_version_1.c) Change current_msg to a char array
|
2015-06-09 17:02:28 -03:00 |
twinaphex
|
ac8d58b7bb
|
Create video_driver_cached_frame_set
|
2015-05-20 21:13:25 +02:00 |
Twinaphex
|
18e261abcd
|
Remove unused variable
|
2015-05-20 20:59:46 +02:00 |
twinaphex
|
d2b76a7d13
|
Move pix_fmt to video_state
|
2015-05-20 20:59:12 +02:00 |
twinaphex
|
197820c797
|
Move filter state code to video_state and out of global
|
2015-05-20 20:49:52 +02:00 |
twinaphex
|
4afc100924
|
Move audio_data out of global struct to prevent threading issues
|
2015-05-19 21:18:07 +02:00 |
Twinaphex
|
f08db710ac
|
Kill unused variables
|
2015-05-09 16:06:05 +02:00 |
twinaphex
|
9b9e65abf3
|
Start using video_driver_get_frame_count
|
2015-05-09 16:04:12 +02:00 |
twinaphex
|
dcfa47c23b
|
Increment runloop->frames.video.count outside of video_driver_frame
|
2015-05-09 10:37:03 +02:00 |
twinaphex
|
11d75d088c
|
(data runloop) Start creating separate message queue for data runloop
|
2015-04-11 01:17:46 +02:00 |
twinaphex
|
9d74dbdef6
|
Pass device pointer to input_remapping_state
|
2015-04-10 03:10:01 +02:00 |
twinaphex
|
a0d0345f36
|
Create input_remapping_state
|
2015-04-10 02:46:10 +02:00 |
radius
|
eef29b0355
|
try to include analogs in input remapping
|
2015-04-09 17:06:41 -05:00 |
twinaphex
|
4f6a3532f6
|
Create video_driver_frame wrapper function
|
2015-03-24 13:27:38 +01:00 |
twinaphex
|
71e927020c
|
Create input_driver_poll
|
2015-03-23 03:17:43 +01:00 |
twinaphex
|
db1087ad33
|
Create input_driver_state
|
2015-03-23 03:04:05 +01:00 |
twinaphex
|
c033546303
|
Create audio_driver_write
|
2015-03-23 02:51:46 +01:00 |
twinaphex
|
d3b964a1c2
|
Style nits
|
2015-03-22 07:37:25 +01:00 |
twinaphex
|
3676917265
|
Silence unused variable warnings
|
2015-03-21 06:55:34 +01:00 |
twinaphex
|
e6f0d366cb
|
Go through global_get_ptr
|
2015-03-21 04:43:18 +01:00 |
twinaphex
|
c0d5a6c401
|
Updates pt. 7
|
2015-03-20 23:22:41 +01:00 |
twinaphex
|
6cefa69aa4
|
Go through settings pointer
|
2015-03-20 19:48:23 +01:00 |
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 |