Commit Graph

11171 Commits

Author SHA1 Message Date
twinaphex a05d4d6c2b Cleanup frontend/frontend_salamander.c 2014-06-06 23:15:46 +02:00
twinaphex 662806acef Remove frontend_salamander.h 2014-06-06 22:57:36 +02:00
Twinaphex 3180275b46 Merge pull request #736 from lakkatv/lakka
(Lakka) New icons
2014-06-06 20:27:48 +02:00
Jean-André Santoni 296fd731c8 (Lakka) New icons 2014-06-06 18:25:44 +02:00
Themaister b2455440b2 Style nits in libretro.h. 2014-06-06 17:44:14 +02:00
twinaphex ca0415bc2c (Lakka) Further refactorings - turn textures into struct array 2014-06-06 07:26:14 +02:00
twinaphex edd8a9d3f7 (Lakka) Put gluint textures into array 2014-06-06 06:22:16 +02:00
twinaphex f0c521c353 (Lakka) Cleanups 2014-06-06 05:35:20 +02:00
Twinaphex 19d3efe7f9 Merge pull request #735 from aliaspider/master
(PSP) add icon/background to launcher / update dist-script
2014-06-06 05:26:40 +02:00
aliaspider b96d21ef8d (PSP) update dist-script 2014-06-06 04:14:02 +01:00
aliaspider b6cd57bc8a (PSP) add icon/background to EBOOT.PBP 2014-06-06 03:05:15 +01:00
twinaphex 87935687f4 (Lakka) Cleanups 2014-06-06 03:59:35 +02:00
twinaphex d3301083ac Revert "Create public init_menu/uninit_menu"
This reverts commit 8f7e9edd88.
2014-06-06 00:51:56 +02:00
twinaphex e91bcd5f6d (Lakka) Cleanups 2014-06-05 21:31:29 +02:00
twinaphex 6ee52ffd2e (Lakka) Goes over subitems now too to remove GL textures 2014-06-05 21:24:58 +02:00
twinaphex 206ea0a2d4 (Lakka) More cleanups 2014-06-05 21:18:15 +02:00
twinaphex 8f7e9edd88 Create public init_menu/uninit_menu 2014-06-05 20:26:21 +02:00
twinaphex 17b5b55314 (Lakka) Style nits 2014-06-05 20:09:53 +02:00
Twinaphex 7a005facf6 Merge pull request #734 from Alcaro/master
Add memory descriptor interface to libretro.h, for use with cheats.
2014-06-05 19:00:15 +02:00
Alcaro 57c7c53173 Add memory descriptor interface to libretro.h, for use with cheats. 2014-06-05 18:57:52 +02:00
Alcaro ef27f06c97 Merge pull request #2 from libretro/master
update this one
2014-06-05 18:56:54 +02:00
Hans-Kristian Arntzen 39ff67a62d Merge pull request #733 from libretro/mali-fbdev
Mali fbdev
2014-06-05 17:45:48 +02:00
Themaister ba40be9099 Use correct arguments if sRGB and GLES3. 2014-06-05 17:41:10 +02:00
Themaister 2094e8fb2f Auto-enable some extensions if GLES3. 2014-06-05 15:17:29 +02:00
Themaister e41eb4ab50 Fix unknown hang in Mali fbdev. 2014-06-05 15:05:43 +02:00
Themaister 6df1185af1 Add EXTRA_GL_LIBS to libretro-test-gl. 2014-06-05 14:30:45 +02:00
Themaister 88f10ae555 Check for libudev as plain lib as well. 2014-06-05 14:21:17 +02:00
Themaister 736c4147e9 Add initial Mali FBdev support. 2014-06-05 12:28:17 +02:00
Themaister a39b64e443 Fix multiword --with- arguments. 2014-06-05 11:45:56 +02:00
Themaister 247059ad4d Use PKG_CONF_PATH in qb/. 2014-06-05 11:09:10 +02:00
twinaphex ce412a7c8b (XDK/GX) Cleanups to exitspawn implementations 2014-06-05 06:45:31 +02:00
twinaphex 48961b246e (PSP) Cleanup frontend_psp_exitspawn 2014-06-05 06:36:30 +02:00
twinaphex faea453a0b (Salamander) Refactorings - Salamander should be easier to get to
work now on new console platforms
2014-06-05 06:12:41 +02:00
twinaphex 7676de50ce (Salamander) Use EXT_EXECUTABLES 2014-06-05 02:12:42 +02:00
Twinaphex 77086bbf6c Merge pull request #732 from aliaspider/master
(PSP) implemented salamander and added support for switching between cores.
2014-06-05 02:03:02 +02:00
aliaspider 8b88439261 (PSP) rebase and sync with upstream changes. 2014-06-05 00:57:50 +01:00
aliaspider 329b5d8a13 (PSP) rebase and sync with upstream changes. 2014-06-05 00:43:38 +01:00
aliaspider 37878bd4ce (PSP) implemented salamander and added support for switching between
cores.
2014-06-05 00:20:19 +01:00
aliaspider ac38559017 (PSP) implemented salamander and added support for switching between
cores.
2014-06-05 00:17:37 +01:00
twinaphex 137ce497bd Move find_and_set_first_file to frontend_salamander.c 2014-06-05 00:51:47 +02:00
twinaphex c86281e5b8 (PS3/GX/XDK) Refactor find_and_set_first_file 2014-06-04 23:42:40 +02:00
twinaphex 413822c32c (GX) Make find_and_set_first_file the same as code for PS3 2014-06-04 23:30:48 +02:00
twinaphex d0fff4a625 (XDK) Some cleanups to find_and_set_first_file 2014-06-04 23:20:16 +02:00
twinaphex 3c7124dd0c Take out cell/pad.h include in platform_ps3.c 2014-06-04 23:14:25 +02:00
twinaphex a8aa91e03f (Salamander) Clean up Wii/Xbox implementations too 2014-06-04 22:48:38 +02:00
twinaphex 1374226c6a (PS3) Clean up Salamander implementation 2014-06-04 22:44:37 +02:00
twinaphex a23b1ad2d7 (Lakka) Better separation of code logic and display code -
disp/lakka.c should only be concerned with 'rendering' things to
the screen - and backend  driver should actually implement the
logic
2014-06-04 22:29:00 +02:00
twinaphex 961e2e2a70 Revert "(Apple) Integrate apple_hid_pad code into apple_joypad"
This reverts commit 62d1e311ad.
2014-06-04 21:17:00 +02:00
twinaphex 62d1e311ad (Apple) Integrate apple_hid_pad code into apple_joypad 2014-06-04 20:57:46 +02:00
twinaphex c22146fd0b (GXO Forgot to commit gx/sdk_defines.h 2014-06-04 18:56:54 +02:00