Commit Graph
45601 Commits
Author SHA1 Message Date
gigaherz b45209c872 Normalize line endings in ppsspp.rc 2012-11-10 12:17:07 +01:00
gigaherz d66f315902 Add a null check to the filename in sceKernelLoadModule. 2012-11-10 12:16:23 +01:00
gigaherz 0571198619 Actually parse the "." and ".." entries of the filesystem, but ignore them on the list since games don't expect to see them there. 2012-11-10 12:15:44 +01:00
Henrik Rydgård 75dcc8e8ce Merge pull request #28 from Orphis/clutfix
Texture format and CLUT awareness for the cache
2012-11-10 02:47:47 -08:00
Florent Castelli ca56b562af Texture format and CLUT awareness for the cache
Fixes the intro screen in Tales of Eternia, but for some reason,
the Namco logo is purple instead of red.
2012-11-10 11:44:30 +01:00
Henrik Rydgard 387552f564 Misc fixes (accept .prx, work on power callbacks, bugs) 2012-11-10 10:15:11 +01:00
Henrik Rydgard 3a1b9e28df Update submodules 2012-11-10 10:13:19 +01:00
Henrik Rydgard ff72eb00ef Merge branch 'master' of github.com:hrydgard/native 2012-11-10 10:11:49 +01:00
Henrik Rydgard 765e5a341b Add untested support for Xperia Play 2012-11-10 10:11:18 +01:00
Henrik Rydgard 06d7b5d00c Implement sceCtrlReadLatch, fixes controls in a couple of games. 2012-11-09 19:04:57 +01:00
Henrik Rydgard a49e1ba5b5 sceDisplayWaitForVblank shouldn't call sceDisplayWaitForVblankStart... 2012-11-09 18:03:52 +01:00
Henrik Rydgard 08ea2cacf2 Copy base ptr fixes to nullgpu 2012-11-09 17:54:08 +01:00
Henrik Rydgard b43dfebb10 Fixes to lighting, display list base pointer, misc 2012-11-09 17:51:45 +01:00
Henrik Rydgard 7f15f02a56 Fix raw sector ISO reading bug. 2012-11-09 14:32:40 +01:00
Henrik Rydgard 0ff792fce5 Refix ge interrupts, make headless printf log messages 2012-11-09 13:40:09 +01:00
Henrik Rydgard 12f09ed070 Some games appear to use host0 as current directory ? 2012-11-09 13:39:34 +01:00
Henrik Rydgard 8ae370bad9 test.py: Pass args through, allow specifying tests on cmdline 2012-11-09 13:00:36 +01:00
Henrik Rydgard ee1f0022ff Fix LBN bug 2012-11-09 12:32:35 +01:00
Henrik Rydgard d671afdef4 sceImpose 2012-11-09 12:31:58 +01:00
Henrik Rydgard d02d66fcfb oops 2012-11-09 11:36:07 +01:00
Henrik Rydgard bfe8da1d79 cleaner output 2012-11-09 11:34:59 +01:00
Henrik Rydgard 153631f0a6 Add a list of tests that need fixing 2012-11-09 11:33:22 +01:00
Henrik Rydgard 32df2fe456 Fix fputest (rounding modes) 2012-11-09 11:20:39 +01:00
Henrik Rydgard 94f5de1ac0 Test suite actually runs properly now 2012-11-09 11:03:01 +01:00
Henrik Rydgard 8ea53dd778 Add beginning of automated test suite using pspautotests. 2012-11-09 10:43:11 +01:00
Henrik Rydgard 0b8eae891b Add pspautotests as a submodule. 2012-11-09 10:03:05 +01:00
Henrik Rydgard 1b90a8b327 Another memstick ioctl, minor fixes 2012-11-09 10:01:54 +01:00
Henrik Rydgard 8e5fb74c12 Merge branch 'master' of github.com:hrydgard/ppsspp 2012-11-09 01:25:14 +01:00
Henrik Rydgard 54f9509693 The texture conversion now works for OpenGL ES again. 2012-11-09 01:24:19 +01:00
Henrik Rydgard 6fd4168232 Port new texture code to GLES : simulate GL_PACK_ROW_LENGTH 2012-11-09 00:51:04 +01:00
Henrik Rydgård 48141d7e68 Merge pull request #26 from xsacha/master
Blackberry 10 port
2012-11-08 15:27:39 -08:00
Henrik Rydgård da6d7bf91e Merge pull request #5 from xsacha/master
Blackberry 10 port
2012-11-08 15:25:35 -08:00
Henrik Rydgard 91cb6197e8 Merge branch 'master' of github.com:hrydgard/ppsspp 2012-11-09 00:04:19 +01:00
Henrik Rydgard b24511ac41 Hackery to free up RAM (sceKernelMaxFreeMemSize lies a bit more, kill root stack) 2012-11-09 00:03:46 +01:00
Henrik Rydgård 85dda99e56 Merge pull request #25 from artart78/master
Texture loading (+ small issue fix for Mbxes)
2012-11-08 14:29:49 -08:00
Arthur Blot a29072c3f7 Fixed texture loading for all formats. 2012-11-08 23:26:30 +01:00
Arthur Blot c6ec09cf86 Resume waiting threads when Mbx is destroyed 2012-11-08 21:49:56 +01:00
Henrik Rydgard 040b6199b7 missing include 2012-11-08 18:02:33 +01:00
Henrik Rydgard a8ba746fbf MSVC workaround 2012-11-08 16:40:58 +01:00
Henrik Rydgard 79a433e05d Merge branch 'master' of github.com:hrydgard/ppsspp 2012-11-08 16:28:59 +01:00
Henrik Rydgard 259b169bbc Implement a few more little things 2012-11-08 16:28:45 +01:00
Henrik Rydgård 606e83a3e9 Merge pull request #24 from artart78/master
Message boxes and two small bugfixes
2012-11-08 07:26:25 -08:00
Arthur Blot 35c7b411aa Fixed value returning for MBXes 2012-11-08 16:24:06 +01:00
Arthur Blot b96d86ab7f Implemented MBXes 2012-11-08 14:24:51 +01:00
Arthur Blot 4fedfc72f6 Implemented the EN vcmp instruction 2012-11-08 14:23:55 +01:00
Arthur Blot 449eceadba Fix reading ISO pathes with 2 following slashes 2012-11-08 14:21:55 +01:00
Sacha 19e059c362 Add toast dialogs to BB10. Allow use of (hardcoded) keyboard shortcuts for USB/BT keyboards on Blackberry. Fix a file manager glitch. Track mouse movements (note: this is laggy for now) 2012-11-08 15:27:53 +10:00
Sacha df5fd2bfe6 Changes to Blackberry build system. Now simpler and detects BB2.1/10 2012-11-08 15:25:38 +10:00
Henrik Rydgard febf89bbc8 Fix an include path and release the input lock between stages. 2012-11-08 00:35:31 +01:00
Henrik Rydgard caacaf6744 Just a few small things 2012-11-07 20:59:56 +01:00