Commit Graph

6027 Commits

Author SHA1 Message Date
Unknown W. Brackets
2d25d1eb05 Add a way to force alignment in JitSafeMem(). 2013-07-04 15:59:12 -07:00
Henrik Rydgard
d2b874436d Merge branch 'jpeg' of https://github.com/CPkmn/ppsspp into CPkmn-jpeg 2013-07-05 00:09:29 +02:00
Henrik Rydgard
a3a98c550a Update native (add jpgd) 2013-07-05 00:07:01 +02:00
CPkmn
b901e40361 Oops, comment about RGB was cut off early 2013-07-04 14:58:19 -07:00
CPkmn
17493f3c4e Update FunctionWrappers.h 2013-07-04 14:51:51 -07:00
CPkmn
7ae259627d Remove NanoJpeg, and add arguments for known functions 2013-07-04 14:51:32 -07:00
CPkmn
ba7860927e *nix include fix 2013-07-04 12:56:20 -07:00
Henrik Rydgård
5e24021117 Merge pull request #2612 from daniel-dressler/master
Fix emu screen trashing legacy input path input
2013-07-04 12:28:03 -07:00
Daniel Dressler
349bed669c Fix windows dropping special keys 2013-07-04 12:18:05 -07:00
Daniel Dressler
78e0d301c3 Fix misleading var name
Update() can be called at subframe intervals.
2013-07-04 12:12:50 -07:00
Daniel Dressler
c44569588b Fix typo 2013-07-04 11:01:21 -07:00
Daniel Dressler
1c513c1bd0 Fix forgetting pressed keys 2013-07-04 10:59:19 -07:00
Daniel Dressler
77acd083c8 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-07-04 10:12:50 -07:00
CPkmn
a0379d5ac8 Update FunctionWrappers.h 2013-07-04 03:00:22 -07:00
CPkmn
e1d3b69a78 Update sceJpeg.cpp 2013-07-04 02:55:06 -07:00
Unknown W. Brackets
f51a675944 Merge pull request #2614 from unknownbrackets/scheduling
Fix wrong thread id when resuming after interrupt.
2013-07-04 02:07:32 -07:00
Unknown W. Brackets
a1e69d1c4f Fix wrong thread id when resuming after interrupt.
Who knows what kind of havoc this was causing.
2013-07-04 02:04:06 -07:00
Henrik Rydgård
ee2751025f Update native 2013-07-04 10:38:25 +02:00
Henrik Rydgård
66e2650cfc Merge pull request #2613 from thedax/updateWinKeyboardToKeyMapping
Update Windows' keyboard input in preparation for eventual key remapping
2013-07-04 00:07:27 -07:00
The Dax
72b33a5f5c Update Windows' keyboard input in preparation for eventual key remapping. Might need a bit more work, but for now, all keyboard functionality should be restored. 2013-07-04 02:11:39 -04:00
Daniel Dressler
6d290f4530 Make key map screen hint which map conflicts 2013-07-03 22:29:18 -07:00
Daniel Dressler
460c03a00d Make key map defaults match old mapping 2013-07-03 22:00:55 -07:00
Daniel Dressler
5983a838a5 Fix emu screen trashing legacy input 2013-07-03 19:04:29 -07:00
Daniel Dressler
7b5e24cc09 Merge branch 'master' of github.com:hrydgard/ppsspp 2013-07-03 19:04:11 -07:00
Henrik Rydgård
8b27f4ebd4 Merge pull request #2606 from thedax/master
Fix multiple compilation errors for all platforms.
2013-07-03 14:05:51 -07:00
Henrik Rydgård
f1fde3b1a9 Merge pull request #2607 from Kingcom/Debugger
Debug interface improvements
2013-07-03 14:05:37 -07:00
Kingcom
bccc3c4281 Debug interface improvements 2013-07-03 22:29:35 +02:00
The Dax
a476481208 Fix typo in Common.pro. 2013-07-03 14:39:18 -04:00
The Dax
ab8c1f5b5f Fix multiple compilation issues for all platforms. 2013-07-03 14:37:31 -04:00
raven02
c8431493be Fix black screen in non-buffered rendering mode 2013-07-03 20:02:26 +02:00
Henrik Rydgård
c01a69df30 Merge branch 'master' of https://github.com/daniel-dressler/ppsspp into daniel-dressler-master
Conflicts:
	CMakeLists.txt
2013-07-03 17:59:44 +02:00
Henrik Rydgård
fbe8a19143 When alpha mask is off, don't write to stencil if stencil is off (as
alpha and stencil are shared on the PSP, when neither are on nothing
should be written to the stencil channel). thanks unknown.
2013-07-03 17:57:33 +02:00
Sacha
676c000b8a Add FFMPEG to Qt Linux x86. Buildfix for CMake 2013-07-04 01:35:35 +10:00
Henrik Rydgård
5156f12fbc Merge pull request #2547 from raven02/patch-2
Add multiple new options in UI
2013-07-03 08:14:08 -07:00
Henrik Rydgård
b53c232c04 Merge pull request #2598 from raven02/patch-8
Regression stencil fix in MotoGP and FFI/II
2013-07-03 08:13:46 -07:00
Henrik Rydgård
4f2c7285fd Merge pull request #2597 from raven02/patch-7
Fix uninitialized variable in PSPMsgDialog
2013-07-03 06:33:03 -07:00
raven02
f525ea07eb Toggle to unlock CPU speed 2013-07-03 16:31:30 +08:00
Unknown W. Brackets
4ab8b76628 Update native for Android buildfix. 2013-07-03 01:18:37 -07:00
raven02
ea1f9e268e Toggle to add "Full screen" and "Skip updating PSP Memory" 2013-07-03 16:12:49 +08:00
raven02
c4c95692b7 Toggle to bind right analog stick 2013-07-03 16:12:46 +08:00
Henrik Rydgård
d43b9ca204 Merge pull request #2600 from unknownbrackets/debugger
Update debugger UI on the debugger UI's threads
2013-07-03 00:11:28 -07:00
Unknown W. Brackets
defe750558 Update debugger UI on the debugger's threads. 2013-07-02 22:59:47 -07:00
Daniel Dressler
f24d9c4c4e Merge branch 'master' of github.com:hrydgard/ppsspp 2013-07-02 20:56:43 -07:00
Daniel Dressler
770456156d Make both modern and legacy key mapping input work 2013-07-02 20:49:30 -07:00
raven02
d43a2f4d06 Fix stencil issue in MotoGP 2013-07-03 08:39:45 +08:00
raven02
d28dbffe68 Fix uninitialized variable in PSPMsgDialog 2013-07-03 08:13:16 +08:00
Henrik Rydgård
69d14879b2 Merge pull request #2594 from Kingcom/Debugger
Thread list
2013-07-02 14:38:30 -07:00
Kingcom
24559491f0 Thread list in disassembly window 2013-07-02 23:21:20 +02:00
Henrik Rydgård
4202e2857b Merge pull request #2593 from thedax/master
Fix Windows build error
2013-07-02 13:58:54 -07:00
The Dax
70a330e8f1 Fix Windows build error. 2013-07-02 16:47:52 -04:00