24298 Commits

Author SHA1 Message Date
Andre Leiradella
d61d703d33 added log message when the core doesn't support cheevos 2015-11-06 17:37:06 -02:00
Andre Leiradella
b58ee6c29d correct formatting 2015-11-06 17:32:40 -02:00
Twinaphex
fb7712efd3 Merge pull request #2355 from leiradel/master
fixes to extension scanner and cheevos support detection
2015-11-06 17:08:27 +01:00
Andre Leiradella
ad8f1aaaf6 moved cheevos_load to after retro_load_game so the core has the chance to finish its initialization before cheevos calls retro_get_memory_size 2015-11-06 13:35:45 -02:00
Andre Leiradella
8ff77c5a56 fixed extension scanner 2015-11-06 13:34:34 -02:00
aliaspider
5ff8219dab (3ds) override __libctru_init. 2015-11-06 13:47:17 +01:00
aliaspider
7ee18e359e (3ds) nit. 2015-11-06 11:03:52 +01:00
aliaspider
646192fba9 (3ds) remove stack_adjust.s
add a warning when using an unsupported hbl version.
2015-11-06 11:00:32 +01:00
Twinaphex
981020997c Merge pull request #2354 from leiradel/master
avoid using the same finder more than once
2015-11-06 02:20:18 +01:00
Andre Leiradella
660be775cc avoid using the same finder more than once 2015-11-05 23:14:50 -02:00
twinaphex
ae7d9222e2 Try to not reference UIScreen directly 2015-11-05 22:17:02 +01:00
Twinaphex
546fb36492 (cocoa_common) Cleanup 2015-11-05 22:13:49 +01:00
Twinaphex
22cae6189c More backwards compatible version of PR 2015-11-05 22:11:46 +01:00
twinaphex
be57dcb659 Hopefully fixes mingw64-w32 build 2015-11-05 19:44:00 +01:00
Twinaphex
45e4012b76 Merge pull request #2351 from lakkatv/material
Material
2015-11-05 12:09:02 +01:00
Jean-André Santoni
15683523d3 (GLUI) Code refactoring 2015-11-05 17:52:37 +07:00
Jean-André Santoni
9943002424 (GLUI) Refactor mui_draw_scrollbar 2015-11-05 17:42:36 +07:00
Jean-André Santoni
d91462fd53 (GLUI) Refactor shadow height, make shadow height independant of header height 2015-11-05 17:27:00 +07:00
Jean-André Santoni
1ab7a65597 (GLUI) Style nits 2015-11-05 17:22:14 +07:00
Jean-André Santoni
279fb29d77 (GLUI) Refactor background alpha 2015-11-05 17:19:42 +07:00
Jean-André Santoni
e4cabe833e (GLUI) Code refactoring 2015-11-05 17:14:51 +07:00
Jean-André Santoni
77e482cf8e (GLUI) Use unsigned instead of int when possible 2015-11-05 17:09:00 +07:00
Jean-André Santoni
7259bf5303 (GLUI) Style nits 2015-11-05 17:05:26 +07:00
Jean-André Santoni
0af5d405e4 (GLUI) Rename all materialui_ to mui_, materialui was too long 2015-11-05 16:55:32 +07:00
Jean-André Santoni
13d6710272 (GLUI) Rename all GLUI_ to MUI_ 2015-11-05 16:53:14 +07:00
Jean-André Santoni
992d58bd8c (GLUI) Fix code style 2015-11-05 16:51:14 +07:00
Jean-André Santoni
67b47e29f0 (GLUI) Make vertical centering of text independant of the line height. Fixes the vertical centering of the title in the header when header_height differs from line_height. Also fixes the vertical placement of help messages. 2015-11-05 16:33:49 +07:00
aliaspider
9d17abf131 (3ds) fix service calls enabling hack for new 3DS. 2015-11-05 06:11:39 +01:00
Twinaphex
12bd612337 Merge pull request #2350 from leiradel/master
better rom detection; playing activity is sent asynchronously
2015-11-05 01:54:58 +01:00
Andre Leiradella
b7c6f80888 better rom detection; playing activity is sent asynchronously 2015-11-04 22:41:12 -02:00
Twinaphex
2b6acbabb8 Merge pull request #2349 from ssangkong/patch-2
Fix: iOS cannot go to parent directory.
2015-11-04 21:55:00 +01:00
Yongwoon Cho
ca9b7c141b Fix: iOS cannot go to parent directory. 2015-11-05 05:45:01 +09:00
Yongwoon Cho
9ba6877772 Fix: iOS cannot go to parent directory. 2015-11-05 05:43:13 +09:00
Alcaro
519765c6ce Add this rewind debug mode. (The previous commit fixes libretro/snes9x-next#62, forgot linking it.) 2015-11-04 20:21:22 +01:00
Alcaro
65a97a6a87 Well I didn't expect bugs here. How long has that math been wrong? 2015-11-04 20:18:09 +01:00
Twinaphex
53b96c19af Merge pull request #2347 from ssangkong/master
Fix: iOS cannot go to parent directory.
2015-11-04 19:47:43 +01:00
Yongwoon Cho
21944b2e11 Fix: iOS cannot go to parent directory. 2015-11-05 02:43:35 +09:00
aliaspider
d262361b97 (3DS) enable access to all service calls when possible. 2015-11-04 15:27:30 +01:00
Twinaphex
701bc33450 Merge pull request #2344 from leiradel/master
fix cheevos_fill_md5; better way to check if the core supports cheevos
2015-11-04 10:28:02 +01:00
Andre Leiradella
045c576729 fixed cheevos_get_value when the key isn't found 2015-11-04 01:22:59 -02:00
Andre Leiradella
14dde87e7b fix cheevos_fill_md5; better way to check if the core supports cheevos 2015-11-04 01:05:46 -02:00
Twinaphex
cd4964ae67 Merge pull request #2341 from leiradel/master
added log messages for the md5 methods being used to identify games f…
2015-11-03 23:19:44 +01:00
Twinaphex
06045cad02 Merge pull request #2342 from lakkatv/xmb
(XMB) Fix all wrong icon positions when changing the window size
2015-11-03 23:19:38 +01:00
Jean-André Santoni
51f18ef151 (XMB) Fix all wrong icon positions when changing the window size 2015-11-04 05:17:21 +07:00
Andre Leiradella
07ae4e7aeb added log messages for the md5 methods being used to identify games for cheevos 2015-11-03 15:33:49 -02:00
Twinaphex
1a73f239a1 Merge pull request #2340 from leiradel/master
show a message if the core doesn't support cheevos
2015-11-03 17:37:18 +01:00
Andre Leiradella
20d8571bbd show a message if the core doesn't support cheevos 2015-11-03 14:28:18 -02:00
twinaphex
57d981fc48 Update mame078 references 2015-11-03 16:08:35 +01:00
twinaphex
9b6e1a1536 (cheevos.c) Use next_pow2 from retro_miscellaneous.h 2015-11-03 13:42:24 +01:00
Twinaphex
6a30fb01e1 Merge pull request #2337 from leiradel/master
fixed detection of genesis and nes games for cheevos
2015-11-03 13:39:59 +01:00