Commit Graph

23386 Commits

Author SHA1 Message Date
aliaspider
915ed60131 (CTR/3DS) increase linear heap size. 2015-10-17 15:26:03 +01:00
twinaphex
8dfc5f698d Add Cheevos username/password 2015-10-17 15:58:59 +02:00
twinaphex
13f8c2fa51 (Accounts subentry) Handles refresh now properly 2015-10-17 15:34:38 +02:00
twinaphex
669eb8a39f menu_cbs.c - don't force on debug logging 2015-10-17 15:30:08 +02:00
twinaphex
1b59823972 Start adding preliminary Account Settings 2015-10-17 15:28:16 +02:00
aliaspider
b7098c0846 (griffin) build fix for !defined(HAVE_CHEEVOS) 2015-10-17 09:56:23 +01:00
aliaspider
b556211e82 Merge pull request #2247 from jakcron/master
(CTR/3DS) Enabled access to more memory.
2015-10-17 09:07:01 +01:00
jakcron
1439931ed1 (CTR/3DS) Changed pkg directory names.
3dsx -> /3ds, .3ds -> /rom, .cia -> /cia
2015-10-17 16:04:44 +08:00
jakcron
1cc3f66a0e (CTR/3DS) Added gsp::Lcd to service list 2015-10-17 15:41:42 +08:00
jakcron
e798377492 (CTR/3DS) Enabled access to more memory.
o3DS can get access to 80MB max, and n3DS can get access to 124MB
(actually 110MB due to ctrulib issues). Since 80MB triggers a reboot for
o3DS, it is only set in titles that need it.
2015-10-17 14:13:07 +08:00
Twinaphex
c943822002 Merge pull request #2244 from leiradel/master
even better error handling
2015-10-17 04:06:25 +02:00
Andre Leiradella
7456f2d032 even better error handling 2015-10-16 22:51:09 -03:00
Twinaphex
621af4192e Merge pull request #2243 from leiradel/master
better error handling
2015-10-17 03:51:07 +02:00
Andre Leiradella
703f5e01e9 better error handling 2015-10-16 20:57:11 -03:00
twinaphex
f48771ea42 (cheevos) Backport 'moved cheevos configuration to the config file' 2015-10-16 18:14:29 +02:00
twinaphex
41b27ad242 Backport 'map the ram as a contiguous block" 2015-10-16 18:07:57 +02:00
twinaphex
21f23ea51d Backport 'remove cheevos from the build unless HAVE_CHEEVOS=1;' 2015-10-16 18:04:59 +02:00
twinaphex
677d757c18 backport 'add guard for unknown roms with 8MB or more' 2015-10-16 18:00:22 +02:00
twinaphex
426033b4d1 Set up libretro-test Makefiles for iOS 9 2015-10-15 16:14:25 +02:00
twinaphex
686caffbb7 cheevos.h - cleanups 2015-10-15 16:08:48 +02:00
twinaphex
b0b37cea98 cheevos.c - android buildfix 2015-10-15 16:08:19 +02:00
twinaphex
4604a1dd20 cheevos.c - cleanup 2015-10-15 16:07:18 +02:00
twinaphex
c02e8ee202 cheevos.c - cleanup 2015-10-15 16:05:47 +02:00
twinaphex
0a3db8f7bb Update cheevos - style nits 2015-10-15 16:04:26 +02:00
Twinaphex
bbcd49b6df Merge pull request #2238 from leiradel/master
fixed function signature
2015-10-15 04:51:58 +02:00
Andre Leiradella
bbad416082 fixed function signature 2015-10-14 23:48:42 -03:00
Twinaphex
1c74fb0b77 Merge pull request #2237 from leiradel/master
removed special snes case, recompute md5 if the first one fails instead
2015-10-15 02:54:00 +02:00
Andre Leiradella
6cce351e3d prefix log messages with CHEEVOS 2015-10-14 21:30:23 -03:00
Andre Leiradella
3f1d902aad show achievement using osd messages 2015-10-14 21:08:19 -03:00
Andre Leiradella
ff2d6b9c2b removed special snes case, recompute md5 if the first one fails instead 2015-10-14 20:52:25 -03:00
Twinaphex
c077a69fa8 Merge pull request #2235 from leiradel/master
download the achievements list from retroachievements.org
2015-10-14 05:20:43 +02:00
Andre Leiradella
cb24d13f8c download the achievements list from retroachievements.org 2015-10-14 00:12:01 -03:00
Twinaphex
0ca3043ee4 Merge pull request #2234 from leiradel/master
added md5
2015-10-14 04:01:09 +02:00
Andre Leiradella
8173af7acf added md5 functions to libretro-common 2015-10-13 19:28:02 -03:00
Andre Leiradella
479f574e1e better formatting of super mario world's cheevos; added some webservice examples 2015-10-13 18:59:26 -03:00
Twinaphex
ce727871d8 Add no-xib.diff 2015-10-13 23:23:33 +02:00
Twinaphex
369e254ecd Not sure why this was here 2015-10-13 22:45:13 +02:00
twinaphex
fd39bf679b Restore retroarch.c 2015-10-13 22:13:24 +02:00
Alcaro
cc85f439a4 Hopefully this actually works on those consoles. 2015-10-13 20:21:08 +02:00
aliaspider
1793924bc6 Merge pull request #2233 from thedax/ctr-fmsx
Allow the CTR platform (3DS) to make use of fMSX.
2015-10-12 20:05:10 +01:00
Twinaphex
6141f00f70 (OSX) Some C89_BUILD fixes 2015-10-12 21:02:07 +02:00
thedax
78613c04bf Allow the CTR platform (3DS) to make use of fMSX. 2015-10-12 14:54:11 -04:00
Twinaphex
3442f0863f (iOS) Move xcodeproj and fix paths 2015-10-12 17:25:13 +02:00
Twinaphex
b437918407 (iOS) Update pbxproj 2015-10-12 17:07:57 +02:00
twinaphex
68836bad99 (menu_setting.c) Get rid of some unused and commented out code 2015-10-12 16:47:34 +02:00
twinaphex
725ca99a6e (menu_input.c) Some namespace changes 2015-10-12 16:45:48 +02:00
twinaphex
5297de76cc (iOS) Cleanups in pkg/apple/iOS 2015-10-12 16:39:11 +02:00
twinaphex
9c184524e3 Move build instructions 2015-10-12 16:00:08 +02:00
neville
1fd3ab71b0 (OSX PPC) Move xcodeproj 2015-10-12 15:59:16 +02:00
twinaphex
070afba5d4 (menu_input.c) Namespace another function 2015-10-12 15:46:21 +02:00