twinaphex
|
846886c0b9
|
(RPNG) Don't pass palette pointer around anymore - put it inside the png_process
struct
|
2015-03-13 20:00:10 +01:00 |
|
twinaphex
|
91d69e20e0
|
(RPNG) png_reverse_filter_init - palette pointer passed never used
|
2015-03-13 19:55:01 +01:00 |
|
twinaphex
|
71b9e67a40
|
(RPNG) Don't pass inflate_buf as pointer to copy_line function anymore
|
2015-03-13 19:52:25 +01:00 |
|
twinaphex
|
adc6e0b139
|
(RPNG) Start using restore_buf_size
|
2015-03-13 19:50:00 +01:00 |
|
twinaphex
|
4852773da4
|
(RPNG) Start adding restore_buf_size incrementing
|
2015-03-13 19:47:51 +01:00 |
|
twinaphex
|
03984168c6
|
(RPNG) Create adam7_restore_buf_size
|
2015-03-13 19:39:36 +01:00 |
|
twinaphex
|
1df814f9d5
|
(PNG) png_reverse_filter_init doesn't need pointer to inflate_buf
|
2015-03-13 19:29:49 +01:00 |
|
twinaphex
|
ba084b19d5
|
(RPNG) Rename some functions
|
2015-03-13 19:21:04 +01:00 |
|
twinaphex
|
ce0fd47c33
|
Rename png_reverse_filter_wrapper to png_reverse_filter_copy_line
|
2015-03-13 19:15:22 +01:00 |
|
twinaphex
|
d32550665a
|
Cleanup png_reverse_filter_adam7
|
2015-03-13 18:55:18 +01:00 |
|
twinaphex
|
1ba1ee55b8
|
(RPNG) More modifications
|
2015-03-13 18:54:19 +01:00 |
|
twinaphex
|
ccb106580e
|
(RPNG) Restore inflate_buf to previous state at end of adam7 loop
|
2015-03-13 18:45:55 +01:00 |
|
twinaphex
|
87933f1ff3
|
Revert "Create png_reverse_filter_adam7_process"
This reverts commit 1444c14b38 .
|
2015-03-13 17:55:43 +01:00 |
|
twinaphex
|
1444c14b38
|
Create png_reverse_filter_adam7_process
|
2015-03-13 17:53:40 +01:00 |
|
twinaphex
|
6217739f05
|
(RPNG) Start changing return of png_reverse_filter_adam7
|
2015-03-13 17:11:11 +01:00 |
|
twinaphex
|
fa2c482a45
|
(stdstring) Use old function
|
2015-03-13 16:11:58 +01:00 |
|
twinaphex
|
a6fc76ac87
|
(string_replace_substring) Add early return if 'in' is NULL
|
2015-03-13 15:55:12 +01:00 |
|
twinaphex
|
e4cfbcf93a
|
(Griffin) Add stdstring.c to Griffin
|
2015-03-13 15:43:52 +01:00 |
|
twinaphex
|
01c19f943b
|
Add stdstring to libretro-common
|
2015-03-13 15:35:55 +01:00 |
|
vanfanel
|
2f1e6600d9
|
Added native Raspebbry Pi Dispmanx API backend
|
2015-03-13 05:59:52 +01:00 |
|
twinaphex
|
4c9e2dbd40
|
Take out 'State Slot' option in General Settings - couldn't be changed
anyway
|
2015-03-13 05:27:08 +01:00 |
|
twinaphex
|
18ce5f73be
|
Take RARCH_INTERNAL code from file_path.c out of libretro-common
|
2015-03-13 05:03:50 +01:00 |
|
Twinaphex
|
f8926c494f
|
Merge pull request #1495 from libretro/fr500-patch-2
Fix windows build
|
2015-03-13 04:49:46 +01:00 |
|
Andrés
|
53265b742d
|
Fix windows build
|
2015-03-12 22:47:58 -05:00 |
|
Twinaphex
|
b5b6435ab9
|
(OSX) Set default shader dir to 'shaders_cg' if HAVE_CG is defined
|
2015-03-13 03:49:42 +01:00 |
|
Twinaphex
|
49f9fbd00c
|
(OSX) Uses CFTemporaryDirectory now too for extraction directory
|
2015-03-13 03:47:25 +01:00 |
|
Twinaphex
|
55e187748c
|
(platform_apple.c) Cleanups
|
2015-03-13 02:33:32 +01:00 |
|
Twinaphex
|
650c81480d
|
Merge pull request #1494 from lakkatv/xmb
(XMB) Fix content icon offset
|
2015-03-13 01:51:01 +01:00 |
|
Jean-André Santoni
|
f8fb98f17e
|
(XMB) Fix content icon offset
|
2015-03-13 01:49:11 +01:00 |
|
Twinaphex
|
309128f7ed
|
(iOS/OSX) Bring the two closer together - for OSX, everything gets
saved now to NSDocumentDirectory/RetroArch - should be compatible
with sandboxed Mac Apps too
|
2015-03-13 01:33:45 +01:00 |
|
Twinaphex
|
4ad2bd97dc
|
(OSX) get rid of warning for unused variable
|
2015-03-13 01:22:20 +01:00 |
|
twinaphex
|
aa289e3879
|
(OSX) Add more alterations for OSX
|
2015-03-13 01:21:20 +01:00 |
|
twinaphex
|
778eafdfc2
|
(OSX) CFSearchPathDirectoriesForDomains - add hack for OSX for now
|
2015-03-13 01:16:59 +01:00 |
|
twinaphex
|
277f8c9ea3
|
(OSX) Set default extraction dir for OSX too
|
2015-03-13 00:57:37 +01:00 |
|
Twinaphex
|
80ca12d086
|
(Apple) CFBridgingRetainStringRef - fix warning
|
2015-03-13 00:56:25 +01:00 |
|
Twinaphex
|
c9175bbf81
|
(iOS) Hook up temporary dir for extraction directory
|
2015-03-13 00:54:44 +01:00 |
|
twinaphex
|
ae62c8a477
|
(iOS) Add default dir for cheats
|
2015-03-13 00:25:23 +01:00 |
|
twinaphex
|
97d8bc1488
|
Add cheats_dir to g_defaults
|
2015-03-13 00:24:17 +01:00 |
|
twinaphex
|
67720e9e52
|
(iOS) Set up default rdb directory/cursor directory
|
2015-03-13 00:04:38 +01:00 |
|
Twinaphex
|
2ac4e0248e
|
(iOS) Set up autoconfig and assets dir
|
2015-03-12 23:40:51 +01:00 |
|
Twinaphex
|
29d546e49d
|
(iOS) Set up all the path to 'Documents' - you can access these with
iTunes File Sharing now - no need to add assets prior to deployment
|
2015-03-12 23:33:20 +01:00 |
|
Alcaro
|
48f8f02a2f
|
What kind of bizarre spacing style is that?
And who decided to memcpy a single byte? I suspect it can be merged into the memcpy above, but I'll have to figure out what exactly it does first...
|
2015-03-12 22:39:14 +01:00 |
|
twinaphex
|
4d62a1883e
|
Should fix UPS/IPS/BPS patching
|
2015-03-12 21:56:13 +01:00 |
|
twinaphex
|
6694d813e3
|
Change menu_animation_update returntype to bool
|
2015-03-12 19:29:43 +01:00 |
|
Twinaphex
|
a4d9d59d2b
|
Merge pull request #1493 from lakkatv/xmb
(XMB) Fix the icon bug
|
2015-03-12 18:07:40 +01:00 |
|
Jean-André Santoni
|
2728873a95
|
(XMB) Fix the icon bug
|
2015-03-12 18:06:28 +01:00 |
|
Twinaphex
|
1d79546612
|
(XMB) Get rid of unused variable
|
2015-03-12 17:55:01 +01:00 |
|
twinaphex
|
bb216ecedb
|
(XMB) Only allocate userdata members of core info list in xmb_context_reset
|
2015-03-12 17:32:20 +01:00 |
|
twinaphex
|
961cfc4f8a
|
(XMB) Remove another tertiary conditional
|
2015-03-12 17:19:51 +01:00 |
|
twinaphex
|
ea6fdff932
|
(XMB) Do away with tertiary conditional to make code a bit more understandable
|
2015-03-12 17:14:06 +01:00 |
|