Commit Graph

16465 Commits

Author SHA1 Message Date
twinaphex
028b0592f5 (PS3) image_ps3.c - fix two potential memleaks 2015-02-16 04:04:43 +01:00
twinaphex
ceb09648eb Change to ssize_t 2015-02-16 03:46:27 +01:00
twinaphex
47889ff755 (Android) Build fix 2015-02-16 03:38:52 +01:00
twinaphex
935b112a11 Refactor read_file 2015-02-16 03:31:37 +01:00
twinaphex
63cf5a07c3 (net_http.c) Move struct definition out of header again 2015-02-16 02:50:32 +01:00
twinaphex
2d5b4f58aa (bin_to_hex_alloc) - do return NULL in case malloc fails 2015-02-16 02:42:21 +01:00
twinaphex
d61cf24627 patch_content - cleanup 2015-02-16 02:33:34 +01:00
twinaphex
4fe4a6cbb3 patch_content - fix conditional 2015-02-16 02:32:56 +01:00
twinaphex
400b01d131 (content.c) Cut down on code duplication 2015-02-16 02:31:06 +01:00
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