Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgard fa57af9177 Update pspautotests 2012-11-12 00:11:07 +01:00
Unknown W. Brackets 21bc86f669 Cleanup sceCtrlSetSamplingMode.
Use constants, assert expected param range, wrap.
2012-11-11 15:09:27 -08:00
Henrik Rydgard 4c1883e73f Some stubs, "NOP" out registerexitcallback, implement cancelwakeup 2012-11-12 00:04:57 +01:00
Unknown W. Brackets cc58a9bd35 Wrap some of the sceUmd* HLE functions.
Intentionally skipped unimpl funcs.  Also skipped sceUmdCheckMedium
because docs online said it takes no param, but code says it does.
2012-11-11 14:47:28 -08:00
Henrik Rydgard ce5afbc166 Merge branch 'master' of https://github.com/tmaul/ppsspp into tmaul-master
Conflicts:
	Core/HLE/scePower.cpp
	Core/MIPS/MIPSIntVFPU.cpp
	Core/MIPS/MIPSIntVFPU.h
	gentest.py
	test.py
2012-11-11 22:50:48 +01:00
Henrik Rydgard 0fb8c08af3 Test fixes and cleanups 2012-11-11 22:38:19 +01:00
kev :) a2c024e454 Fix up secPower a bit
Removed PARAM stuff, made tests pass with some caveats in that I don't
understand what the return values are supposed to be based on the docs
and fix a small issue with sceImpose that I created with the last merge
2012-11-11 21:32:54 +00:00
Henrik Rydgardandkev :) 72ad8f5ca8 Actually, double-oops. 2012-11-11 21:32:54 +00:00
Henrik Rydgardandkev :) 524208af44 Umm, oops. 2012-11-11 21:32:54 +00:00
Henrik Rydgardandkev :) e1cec5d3f4 Fix skinning bugs, optimize, re-enable a lighting optimization 2012-11-11 21:32:54 +00:00
Henrik Rydgardandkev :) 09e7888cf9 Fix VFPU bugs thanks to new tests. 2012-11-11 21:32:53 +00:00
Florent Castelliandkev :) 971c6a4bd6 Apply the world transform to the skinned vertices
Improves rendering of skinning demo.
The end of the tube is wrong and collapses on the origin.
2012-11-11 21:32:53 +00:00
Florent Castelliandkev :) 460147cf02 Fix color components ordering of the lights 2012-11-11 21:32:53 +00:00
Henrik Rydgardandkev :) 1eb11e974e More work on gentest, fix a VFPU bug it found comparing to real PSP! 2012-11-11 21:32:52 +00:00
Henrik Rydgardandkev :) 7457a18669 Add script to generate .expected files using a real PSP and psplink 2012-11-11 21:32:52 +00:00
Sachaandkev :) dceca81a8e Blackberry: Update version to 0.2, update icon, simply build and package script 2012-11-11 21:32:52 +00:00
Henrik Rydgard 9bc7385502 Power test working 2012-11-11 19:32:27 +01:00
Henrik Rydgard 2603c44e46 Actually, double-oops. 2012-11-11 19:07:07 +01:00
Henrik Rydgard 6a350a4704 Umm, oops. 2012-11-11 19:03:48 +01:00
Henrik Rydgard 07e753da9f Fix skinning bugs, optimize, re-enable a lighting optimization 2012-11-11 19:00:44 +01:00
Henrik Rydgard dfabd74020 Merge branch 'master' of github.com:hrydgard/ppsspp 2012-11-11 18:44:46 +01:00
Henrik Rydgard 8aa072161c Fix VFPU bugs thanks to new tests. 2012-11-11 18:44:20 +01:00
Henrik Rydgård 5f02c9ad36 Merge pull request #35 from Orphis/skinfix
Apply the world transform to the skinned vertices
2012-11-11 09:12:03 -08:00
Henrik Rydgård 878b746a21 Merge pull request #34 from Orphis/lightcolorfix
Fix color components ordering of the lights
2012-11-11 09:09:58 -08:00
Florent Castelli d06b1ae347 Apply the world transform to the skinned vertices
Improves rendering of skinning demo.
The end of the tube is wrong and collapses on the origin.
2012-11-11 17:55:16 +01:00
Florent Castelli e77cb6b319 Fix color components ordering of the lights 2012-11-11 17:27:39 +01:00
Henrik Rydgård 598a685dd3 Merge pull request #6 from xsacha/master
Blackberry 10 port
2012-11-11 08:04:33 -08:00
Sacha 79e5f1b25a Blackberry: Fixes for keyboard, touch lagg and more 2012-11-12 02:00:51 +10:00
Henrik Rydgard 7fd96a0c27 Merge branch 'master' of github.com:hrydgard/ppsspp 2012-11-11 16:47:09 +01:00
Henrik Rydgard 9aa0beff3e More work on gentest, fix a VFPU bug it found comparing to real PSP! 2012-11-11 16:46:25 +01:00
Henrik Rydgard f2cb1b66bc Add script to generate .expected files using a real PSP and psplink 2012-11-11 15:05:40 +01:00
Henrik Rydgård d179cf6d7e Merge pull request #33 from xsacha/master
Blackberry 10 port
2012-11-11 03:49:53 -08:00
Sacha 44ae67413a Blackberry: Update version to 0.2, update icon, simply build and package script 2012-11-11 21:45:48 +10:00
Henrik Rydgård 705799cea1 Merge pull request #32 from tmaul/master
Make RTC tests pass
2012-11-11 03:45:20 -08:00
kev :) f4ed710420 FIx broken merge 2012-11-11 00:47:24 +00:00
kev :) 476f858388 Revert "FIx breakage"
This reverts commit ba63a4ea2a.
2012-11-11 00:43:18 +00:00
kev :) b9ff4295e7 Make RTC tests pass 2012-11-11 00:33:16 +00:00
kev :) ba63a4ea2a FIx breakage 2012-11-10 23:14:07 +00:00
kev :) d67e473e81 Small clean up on sceGeDrawSync
Doesnt fix anything, obviously :)
2012-11-10 23:08:46 +00:00
kev :) 1591e72919 Merge remote-tracking branch 'upstream/master'
Conflicts:
	Core/FileSystems/ISOFileSystem.cpp
2012-11-10 23:04:51 +00:00
kev :) ad80a78904 Add some impose commands 2012-11-10 23:04:10 +00:00
Henrik Rydgard 343b9435b9 A few minor fixes + buildfix 2012-11-10 23:44:14 +01:00
Henrik Rydgard 54329ad560 Merge branch 'master' of github.com:hrydgard/ppsspp 2012-11-10 23:26:05 +01:00
Henrik Rydgård bbf84229bc Merge pull request #30 from artart78/master
Message Pipes (+ test.py fixes for Linux)
2012-11-10 14:24:48 -08:00
Arthur Blot eb491a6707 Fixed test.py for Linux, mbx added to working list 2012-11-10 23:17:37 +01:00
Arthur Blot e45ce3af96 Implemented message pipes (may have issues) 2012-11-10 23:17:15 +01:00
Henrik Rydgard 6c160ee7fc 0.2 2012-11-10 16:39:42 +01:00
Henrik Rydgard 9271bc2383 New icon 2012-11-10 16:36:54 +01:00
Henrik Rydgård c7b90ca7c0 Merge pull request #29 from gigaherz/little-changes
Little changes
2012-11-10 03:38:45 -08:00
gigaherz 106395f392 Make sure it REALLY is a relative entry. 2012-11-10 12:32:23 +01:00