twinaphex
21f23ea51d
Backport 'remove cheevos from the build unless HAVE_CHEEVOS=1;'
2015-10-16 18:04:59 +02:00
Andre Leiradella
ff2d6b9c2b
removed special snes case, recompute md5 if the first one fails instead
2015-10-14 20:52:25 -03:00
Andre Leiradella
cb24d13f8c
download the achievements list from retroachievements.org
2015-10-14 00:12:01 -03: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
0cc56e2a1a
More static code analysis nits
2015-09-28 18:44:28 +02:00
twinaphex
3db688d477
Create retro_stat.c/retro_stat.h
2015-09-22 01:45:30 +02:00
twinaphex
3564532564
Create retro_write_file
2015-09-19 00:34:24 +02:00
twinaphex
a70f09a90d
Rearrange structs
2015-07-27 17:18:10 +02:00
twinaphex
9c2afe9deb
Updates
2015-07-02 14:08:04 +02:00
twinaphex
2a5238706d
More translatable strings
2015-07-02 00:54:10 +02:00
twinaphex
ca64fdcdc0
(content.c) More translatable strings
2015-07-02 00:47:00 +02:00
twinaphex
b6358a2064
(content.c) Use rarch_system_info_get_ptr
2015-06-25 13:02:43 +02:00
twinaphex
42fcb4490c
Change signature of rarch_system_info_get_ptr
2015-06-25 12:36:55 +02:00
twinaphex
ac2a13a136
Use rarch_system_info_get_ptr
2015-06-25 11:02:01 +02:00
Higor Eurípedes
0868bf05b8
(content.c) Allow empty files to be read
2015-06-14 21:00:32 -03:00
twinaphex
c36e21ed13
(General) Cleanup
2015-06-12 17:00:37 +02:00
twinaphex
fc4755bce2
(libretro-common) Move hash.c/hash.h to libretro-common
2015-06-04 21:13:13 +02:00
radius
6db06066e3
revert some changes in load_content to make SGB work again with the subsystem API
2015-05-09 22:46:46 -05:00
twinaphex
6f6e1d0e69
Will now send 'path' to retro_load_game if 'Set Supports No Content
...
Enable' is set to false
2015-04-28 03:30:07 +02:00
twinaphex
e116ef72da
Add HAVE_ZLIB ifdefs around zlib-specific code
2015-04-19 16:59:11 +02:00
twinaphex
c26804335b
(libretro-common) Move file_extract.c to libretro-common
2015-03-28 20:14:19 +01:00
twinaphex
f8b1a8a382
No dependencies in file_extract.c other than what is in libretro-common
2015-03-28 20:06:59 +01:00
twinaphex
d3b964a1c2
Style nits
2015-03-22 07:37:25 +01:00
twinaphex
e6f0d366cb
Go through global_get_ptr
2015-03-21 04:43:18 +01:00
twinaphex
7bc845006b
Start replacing more g_settings usages
2015-03-20 20:43:22 +01:00
twinaphex
82c1ebf8d5
Revert "(content.c) Cleanups"
...
This reverts commit aa5e19c505
.
2015-03-18 05:06:01 +01:00
twinaphex
aa5e19c505
(content.c) Cleanups
2015-03-18 05:05:20 +01:00
twinaphex
8c528e43de
(content.c) Simplify read_content_file
2015-03-18 04:54:34 +01:00
twinaphex
b3af250e60
Move patch code to patch.c
2015-02-19 04:30:53 +01:00
twinaphex
6390739747
Refactor load_content_need_fullpath
2015-02-16 16:49:05 +01:00
twinaphex
07df7c108d
Refactor load_content
2015-02-16 06:44:29 +01:00
twinaphex
ceb09648eb
Change to ssize_t
2015-02-16 03:46:27 +01:00
twinaphex
935b112a11
Refactor read_file
2015-02-16 03:31:37 +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
d4dc802f31
Document file_ops.h
2015-01-16 02:01:05 +01:00
twinaphex
068bb4afbf
Rename game to content.
2015-01-13 00:37:43 +01:00
twinaphex
0bcbf5d972
Cleanups
2015-01-09 15:33:58 +01:00
twinaphex
86f4fc424b
init_content_file - g_extern.content_is_init already gets set
...
at the end
2015-01-08 14:48:35 +01:00
twinaphex
00602c41e8
content.c - some more documentation - and redo init_content_file
...
so that g_extern.content_is_init is always set to return value
of function
2015-01-08 14:42:20 +01:00
twinaphex
37b0dae29d
content.c - Nit
2015-01-08 03:59:10 +01:00
twinaphex
1d689f69b8
Add documentation
2015-01-08 03:58:14 +01:00
twinaphex
90076c5fad
Start using MAX_PATH_LENGTH - relying on MAX_PATH for 360 can cause
...
problems because it's defined at '260' and thus too small for some
strings
2015-01-07 20:42:36 +01:00
twinaphex
453321c50b
Start updating headers
2015-01-07 17:46:50 +01:00
twinaphex
3ed8702a1f
content.c - declare variables at the top
2014-12-31 18:51:29 +01:00
twinaphex
18f9e4e296
Remove sha256 variable - cheats should no longer be dependent
...
on need_fullpath false and having a SHA256 hash
2014-12-15 21:29:09 +01:00
twinaphex
ae77642e94
Check if block_extract is false
2014-12-15 18:36:49 +01:00