Unknown W. Brackets
aaafd372e9
Clear temp breakpoints off the CPU thread.
...
This should make it possible to actually clear them. Fixes #2519 .
2013-06-29 10:54:33 -07:00
Henrik Rydgård
0d0e1db1b9
Revert "Update DinputDevice.cpp"
...
This reverts commit 99ede3fbbb7c213e839bc8084264a592805e0971.
2013-06-29 18:12:48 +02:00
Unknown W. Brackets
536a88191c
Merge pull request #2530 from Kingcom/master
...
Linux build fix
2013-06-29 09:02:13 -07:00
Kingcom
8ce9ad6cf1
Linux build fix
2013-06-29 17:53:45 +02:00
Henrik Rydgård
6e52064f86
Merge pull request #2528 from Kingcom/master
...
Expression parser
2013-06-29 08:08:21 -07:00
Henrik Rydgård
9d749c9ca5
Merge pull request #2529 from mk22customg/patch-1
...
Update DinputDevice.cpp
2013-06-29 07:40:32 -07:00
Kingcom
b8d15838c5
Added checks for divisiou and modulo by zero
2013-06-29 16:24:26 +02:00
mk22customg
99ede3fbbb
Update DinputDevice.cpp
...
Correct right stick options to DirectInput.
2013-06-29 22:19:56 +08:00
Kingcom
b78f74a3f4
More changes
2013-06-29 15:57:41 +02:00
Kingcom
fb84d2654b
Merge branch 'master' of https://github.com/hrydgard/ppsspp into ExpressionParser
2013-06-29 15:17:09 +02:00
Kingcom
ab1aa09dce
Expression parser
2013-06-29 15:17:00 +02:00
Henrik Rydgård
cff69a336f
Merge pull request #2523 from raven02/patch-20
...
Match font size of save dialog with real PSP and fix the wrong color of Yes/No button
2013-06-29 04:22:03 -07:00
Henrik Rydgård
9628001f56
Merge pull request #2521 from oioitff/mpeg-fix
...
sceMpegGetAvcAu should return PSP_ERROR_MPEG_NO_DATA at first call before mpegAvcDecode
2013-06-29 04:21:41 -07:00
Henrik Rydgård
d18eb994da
Merge pull request #2502 from oioitff/mpeg-fix2
...
Improve PsmfPlayer, and implement video loop for PsmfPlayer.
2013-06-29 04:21:14 -07:00
Henrik Rydgård
505ceca8e7
Merge pull request #2524 from unknownbrackets/windows-ui
...
Allow the disasm height to be resized a bit more
2013-06-29 04:20:38 -07:00
Henrik Rydgård
95d62602eb
Merge pull request #2525 from unknownbrackets/fbo-memory
...
Do less memcpy when copying the framebuf to mem
2013-06-29 04:18:35 -07:00
Unknown W. Brackets
92ae7cb8e6
Do less memcpy when copying the framebuf to mem.
2013-06-28 22:27:04 -07:00
Unknown W. Brackets
3dcc16608e
Adjust the default disasm height to reduce padding.
2013-06-28 21:44:38 -07:00
Unknown W. Brackets
c8509091af
Allow the disasm height to be resized a bit more.
2013-06-28 21:39:53 -07:00
raven02
0c22bcf2e4
Fix wrong YES/NO color of save dialog
2013-06-29 04:58:44 +08:00
raven02
fa138b9354
Quick fix sizing
2013-06-29 04:31:17 +08:00
raven02
1ecde43163
Match the font size of save dialog with real PSP
2013-06-29 04:28:50 +08:00
Henrik Rydgård
88b9fa7345
Merge pull request #2522 from raven02/patch-19
...
Add Square icon to LOAD/SAVE/DELETE
2013-06-28 12:41:41 -07:00
raven02
5b920e1d86
Add square icon to LOAD/SAVE/DELETE
2013-06-29 03:37:30 +08:00
Henrik Rydgård
1279183bc1
Merge pull request #2518 from Kingcom/master
...
Don't step when the core is active
2013-06-28 12:24:15 -07:00
Henrik Rydgård
3914c598ca
Merge pull request #2520 from raven02/patch-18
...
Match message dialog with real PSP
2013-06-28 12:23:51 -07:00
Henrik Rydgård
b51d8558ed
Merge pull request #2514 from raven02/patch-17
...
Add EXIT button to new UI
2013-06-28 12:23:00 -07:00
raven02
1f9846e5c4
Minor sizing fix
2013-06-29 01:17:36 +08:00
raven02
c4b0db4d2f
Match message dialog with real PSP
2013-06-29 01:02:55 +08:00
oioitff
6b87524077
sceMpegGetAvcAu should return
...
PSP_ERROR_MPEG_NO_DATA at first call before mpegAvcDecode.
2013-06-28 22:06:20 +08:00
raven02
64de3c428e
Minor cleanup
2013-06-28 21:43:12 +08:00
raven02
26049e213f
Add UI::EventReturn OnExit
2013-06-28 20:31:10 +08:00
raven02
ccb26fe883
Add EXIT button to new UI
2013-06-28 20:29:15 +08:00
Kingcom
b8f467b45a
-don't step while the core is active
...
-reset the counter before starting the core (so that it actually counts the execution time of the last run)
2013-06-28 00:26:04 +02:00
oioitff
a86ddab8d0
Tiny bug fix.
2013-06-28 05:44:57 +08:00
Henrik Rydgård
b126048f1f
Merge pull request #2505 from Kingcom/master
...
Breakpoint list
2013-06-27 14:25:55 -07:00
Henrik Rydgård
49da6435f0
Merge pull request #2504 from mschic/master
...
Fixing scePsmf for AKB48 MPEG crash because wrong pointer
2013-06-27 14:15:22 -07:00
Kingcom
e4755d4bdb
Small changes to the disassembly view
2013-06-27 22:16:02 +02:00
Kingcom
d4214af710
Breakpoint list at the bottom of the disassembly window
2013-06-27 21:07:49 +02:00
Sacha
217e6482eb
Qt Buildfix.
2013-06-28 03:40:45 +10:00
mschic
47b690918d
Update scePsmf.cpp
...
Fixing for AKB48 MPEG crash because wrong pointer
Has been tested with:
- AKB148 Idol to koi shitara, Idol to Guam de Koishitara
- AKB149 Renai Sousenkyo
2013-06-27 23:56:01 +07:00
Sacha
8f163301eb
Buildfix
2013-06-28 02:19:52 +10:00
Henrik Rydgard
a95daf4647
Reduce logspam for some GE signals. doesn't seem to be a problem (although that might change if we paralellize).
2013-06-27 17:49:29 +02:00
oioitff
ecffab317a
Improve PsmfPlayer.
...
Implement video loop for PsmfPlayer.
2013-06-27 23:46:26 +08:00
Sacha
d7e8476cc4
Update versions to 0.8.1 for Symbian, Blackberry, Meego.
2013-06-28 01:40:44 +10:00
Henrik Rydgard
4f3ccf011e
Oops x3
2013-06-27 16:53:11 +02:00
Henrik Rydgard
bf624f8c8a
Merge branch 'master' of github.com:hrydgard/ppsspp
2013-06-27 16:29:23 +02:00
Henrik Rydgard
604ad0181b
Merge branch 'new-ui'. Still incomplete. Enable by setting NewUI=True in ppsspp.ini
...
Conflicts:
UI/MenuScreens.cpp
2013-06-27 16:28:38 +02:00
Henrik Rydgård
b0f4849277
Merge pull request #2497 from raven02/patch-15
...
Performance fix : disable atrac3+ along when sound disabled
2013-06-27 03:59:06 -07:00
raven02
6d969cc39f
Performance fix : disable atrac3 along when sound disabled
2013-06-27 18:54:50 +08:00