Commit Graph

16606 Commits

Author SHA1 Message Date
twinaphex
0d8fd70b58 Refactor patch_content code 2015-02-16 02:12:22 +01:00
twinaphex
50c546cfb9 Add hack in patch_content to guard against in correct 'detection'
(for want of a better word) of patch file that doesn't even exist
on the filesystem - this stuff really needs to be rewritten, this
is just a plain mess
2015-02-16 01:40:31 +01:00
twinaphex
b0f8ac993c Refactor read_generic_file 2015-02-16 00:44:28 +01:00
twinaphex
395aa9b15f (nbio) nbio_free - add early return in case handle is NULL 2015-02-16 00:34:55 +01:00
twinaphex
215c434e81 (nbio) Use boolean.h 2015-02-16 00:34:15 +01:00
twinaphex
16159a751f Three spaces indentation instead of tabs 2015-02-15 23:38:48 +01:00
Alcaro
4171b49b44 Update nbio_stdio.c 2015-02-15 23:30:56 +01:00
twinaphex
cfa388ed77 Close file handle too in case we fail in nbio_open 2015-02-15 23:30:28 +01:00
twinaphex
b1558d651e style nits and other cleanups 2015-02-15 23:29:13 +01:00
Alcaro
acb6d6b0f3 Restore consistency here. 2015-02-15 23:25:47 +01:00
twinaphex
ddef69e9b5 Small nits 2015-02-15 23:24:27 +01:00
Alcaro
fe69abda82 Add Makefile that's a blatant ripoff of RPNG. 2015-02-15 23:23:27 +01:00
twinaphex
52926fc736 Small cleanup in read function 2015-02-15 23:23:46 +01:00
twinaphex
ddf24f90d8 nbio_test.c - cleanup 2015-02-15 23:21:35 +01:00
Alcaro
3b539cd2f1 Fix a pile of bugs. Add a test program. 2015-02-15 23:08:50 +01:00
Alcaro
ce355d89ad Fill in this one. 2015-02-15 22:43:59 +01:00
Alcaro
8796f3db2f Fix some nits. 2015-02-15 22:28:35 +01:00
Alcaro
839ed0677d Add nbio interface. I'll fill it in soon. 2015-02-15 22:14:42 +01:00
twinaphex
01359b14c6 Add label representation for video filter 2015-02-15 20:37:15 +01:00
twinaphex
a68886cf5d Add 'action_start' for video filter 2015-02-15 18:41:58 +01:00
twinaphex
04fe4c4f85 Fix video_frame_filter 2015-02-15 18:32:19 +01:00
twinaphex
be5f3254ba Start implementing video softfilters - move it to Video Options 2015-02-15 18:26:59 +01:00
twinaphex
3ce7ada790 Update get_title 2015-02-15 17:50:38 +01:00
twinaphex
d024f0d782 Move settings around and create new subgroups under General Settings 2015-02-15 17:48:38 +01:00
twinaphex
5fca7c5e9d Create 'Video Options' 2015-02-15 17:40:25 +01:00
twinaphex
3a2336275d Take out 'Default Filter' option 2015-02-15 17:32:23 +01:00
twinaphex
04da700a91 (input_overlay.c) Cleanups 2015-02-15 07:01:32 +01:00
twinaphex
8ace562670 Prevent segfault in overlay function 2015-02-15 06:57:02 +01:00
twinaphex
20fbecebe7 Shader directory path was no longer accessible 2015-02-15 05:53:15 +01:00
twinaphex
20b87ad3d5 Reimplement get_string_representation for ST_ACTION 2015-02-15 04:49:57 +01:00
twinaphex
f271b05712 MENU_SETTING_ACTION gets '...' label 2015-02-15 04:43:26 +01:00
Twinaphex
fb245c7b9e (iOS) Build fixes 2015-02-15 04:08:46 +01:00
Twinaphex
86236a9007 Refactor apple_joypad_hid.c somewhat 2015-02-15 04:07:22 +01:00
twinaphex
cf4b43f3fa (joypad_connection) Cleanups 2015-02-15 03:59:57 +01:00
twinaphex
65f6d2253d (joypad_connection.c ) change 'used' to 'connected' 2015-02-15 03:54:38 +01:00
twinaphex
738d70d2f8 Add get_buttons callback 2015-02-15 01:57:29 +01:00
twinaphex
207181135c Create input_driver_keys_pressed 2015-02-15 01:19:06 +01:00
twinaphex
94856393a9 Change signature of check_block_hotkey 2015-02-15 01:03:19 +01:00
twinaphex
31a54223e5 Get rid of useless wrapper function around button presses 2015-02-15 00:42:40 +01:00
twinaphex
6575c9a344 Don't do conditional inside for loop 2015-02-15 00:34:14 +01:00
twinaphex
01bed976e1 input_keys_pressed - cleanup 2015-02-15 00:27:33 +01:00
twinaphex
7232a6a56b Add edge_magazine_review entry 2015-02-15 00:10:32 +01:00
Twinaphex
5f99253cc7 Merge pull request #1417 from sergiobenrocha2/master
Fix build with vg enabled.
2015-02-14 17:51:08 +01:00
sergiobenrocha2
ab3f821c64 Fix build with vg enabled. 2015-02-14 14:49:21 -02:00
twinaphex
5c6571e714 (Menu/Database) Ability to sort on Famitsu rating 2015-02-14 06:47:21 +01:00
twinaphex
bab533e39e Refactor gfx/video_viewport.c 2015-02-14 06:16:24 +01:00
twinaphex
e5bc445252 Refactor video_viewport_get_scaled_integer 2015-02-14 06:12:53 +01:00
twinaphex
4b027ed975 (MSVC) Build fixes 2015-02-14 06:09:45 +01:00
twinaphex
64446ef497 Rename and move rarch_viewport 2015-02-14 05:52:05 +01:00
twinaphex
b777f019bf Create video_shader_driver_get_current_shader 2015-02-14 05:24:20 +01:00