Unknown W. Brackets
8ffbdc32e6
Eat some cycles in sceGeListUpdateStallAddr().
...
Another common function. Per real PSP timing.
2013-05-04 23:42:11 -07:00
Unknown W. Brackets
2df10e9b69
Add more accurate cycles in sceRtc and sceDisplay.
2013-05-04 23:42:11 -07:00
Unknown W. Brackets
bf826ed9c1
Correct delay for sceKernelDelayThread(0).
...
It's not 200 for 0, more like 100ish.
2013-05-04 23:42:10 -07:00
Unknown W. Brackets
f1f2cf0603
Replace some hleEatCycles() with actual PSP timing.
...
Measured several runs at 8 per run with test overhead check.
2013-05-04 23:42:10 -07:00
Unknown W. Brackets
0613e4b20d
Correct savestate logic in atrac.
...
Not 100% sure it works though, it doesn't crash and games run.
USE_FFMPEG builds with this change.
2013-05-04 09:30:06 -07:00
Henrik Rydgard
34b1c24daf
Buildfix for some new compiler
2013-05-04 17:46:44 +02:00
Henrik Rydgård
d952f7413b
Merge pull request #1662 from raven02/patch-6
...
Basic Atrac3 Support in sceAtrac using ffmpeg
2013-05-04 07:34:24 -07:00
nachume
dd2fbd3401
typo SysMemUserForUser_FE707FDF.
2013-05-04 20:46:41 +09:00
nachume
2181b76c42
ISO that replaced EBOOT.BIN is playable.
...
implement LoadExecForUer_362A956B() and sceKernelRegisterExitCallback.
Add some ERROR define on kernel.h. I was referring to the jpcsp.
2013-05-04 20:34:33 +09:00
raven02
4373c1170d
Basic Atrac3 Support in sceAtrac using ffmpeg
2013-05-04 16:00:00 +08:00
Peter Thoman
3c2ee6bd65
Added texture deposterization option
2013-05-03 16:26:02 +02:00
Henrik Rydgård
655e7dbfbb
Merge pull request #1640 from PeterTh/master
...
Texture scaling improvements
2013-05-03 01:37:39 -07:00
Peter Thoman
7d2fd0ea31
Removed Bilinear texture filtering option
2013-05-03 10:29:29 +02:00
Henrik Rydgård
4df7549a8c
Merge pull request #1637 from raven02/patch-2
...
Hide mouse cursor in full screen mode (Windows)
2013-05-03 00:16:04 -07:00
Sacha
2396574f45
Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry.
2013-05-03 16:22:15 +10:00
Sacha
8dd683f63f
Fix name collision when building on Windows. Was preventing Blackberry from building.
2013-05-03 16:10:23 +10:00
Peter Thoman
49fbf2b177
Fixed merging messup
2013-05-03 02:57:23 +02:00
raven02
77653f03b5
Better Align OK/Back button
2013-05-03 06:39:28 +08:00
Peter Thoman
d8df8a6796
Merge branch 'master' of https://github.com/hrydgard/ppsspp
...
Conflicts:
Core/Config.cpp
Core/Config.h
2013-05-03 00:24:03 +02:00
Peter Thoman
c692aaa936
remove outdated config parameters
2013-05-03 00:20:38 +02:00
Henrik Rydgard
cd55068026
iFrameSkip should be an int.
2013-05-02 21:36:36 +02:00
Henrik Rydgård
51493ab8cb
Merge pull request #1633 from raven02/patch-1
...
Fix message dialog oversize
2013-05-02 11:27:36 -07:00
Peter Thoman
ec52816c17
Merge
2013-05-02 20:09:43 +02:00
raven02
e1587744e4
Fix message dialog oversize
2013-05-02 23:24:59 +08:00
Unknown W. Brackets
a1cb85cd05
Stick to a single config entry per option.
...
We don't need a bool in the ini AND an int setting.
This should also fix the anistropy setting, which appears to have been
pretty much broken. Also makes frameskip enable even if you don't tap
auto, which is what I'd assumed it did before.
2013-05-02 08:15:50 -07:00
Jacky TSUI
3d27799601
Add xBRZ texture scaling to Android/iOS
2013-05-02 20:51:02 +08:00
Peter Thoman
d70641d3f2
Manual merge
2013-05-02 14:25:18 +02:00
Henrik Rydgård
c84ca2968e
Merge pull request #1626 from tpunix/master
...
DLC bug fix
2013-05-02 03:30:48 -07:00
tpu
f3d6cffd72
npdrmLseek/npdrmRead BUG fix
2013-05-02 17:47:34 +08:00
raven02
79b9023461
Android : Shorter sound delay
2013-05-02 15:59:09 +08:00
Peter Thoman
3e5023ea97
Refactored Texture Scaling, changed options & gui to separately select scaling level and method
2013-05-01 23:55:34 +02:00
Henrik Rydgård
51a2d3d44c
Merge pull request #1620 from nachume/jpnfont
...
FIX unintelligible sequence of decimal characters on savedialog.
2013-05-01 13:12:55 -07:00
nachume
c95c85ea8d
I'm sorry. Comment was unnecessary
...
and sceAtrac too.
2013-05-02 01:05:22 +09:00
nachume
eac08a496c
FIX unintelligible sequence of decimal characters on savedialog.
...
ppge_atlas JPN font define ShiftJIS -> UTF8 is all ok.
but, cannot use all of chinese character. bacause blockAlloc failed.
So no change drawing Kanji.
you can try to change native/tools/atlastool.cpp USE_LEVEL for all of chinese character.
FIX savedialog XXXGetStatus() loop. for daungeon traveler 2.
Can now be saved it.
FIX sceAtrac getCodec InvalidMemory
2013-05-02 00:14:41 +09:00
Peter Thoman
0ef103525f
Added Global Threadpool to common
2013-05-01 14:12:09 +02:00
Sacha
29651c026b
Windows buildfix. Harmattan buildfix (it doesn't have lambdas). Tabify XBRZ.
2013-05-01 12:58:51 +10:00
Sacha
5ea37772d7
pre-C++11 buildfix. Linux buildfix.
2013-05-01 11:19:01 +10:00
Sacha
7e3fed70cf
Implement gettimeofday kernel function for non-Windows platforms. Helps some homebrew run.
2013-05-01 04:06:43 +10:00
raven02
1366f3e5c9
Stubs for last few functions in sceDisplay
2013-04-30 21:29:18 +08:00
Henrik Rydgård
b7cd4d63e2
Merge pull request #1599 from PeterTh/master
...
xBRZ texture scaling
2013-04-30 04:29:36 -07:00
Peter Thoman
6950cfef35
Changed xBRZ UI to have separate off option
2013-04-30 12:14:34 +02:00
Peter Thoman
04d0a61968
Added config option for xBR texture scaling
2013-04-30 03:46:27 +02:00
Henrik Rydgård
685e83670e
Merge pull request #1597 from sum2012/patch-4
...
Fix Sengoku Musou 3 Z Special crash in sceAtracGetChannel
2013-04-29 11:06:01 -07:00
Henrik Rydgård
f3b19e0f07
Merge pull request #1594 from sum2012/patch-2
...
build fix for other
2013-04-29 11:04:54 -07:00
sum2012
2d937584e0
Fix Fix Sengoku Musou 3 Z Special crash in sceAtracGetChannel
2013-04-30 02:01:17 +08:00
sum2012
b56ed45138
IMPL sceDisplayIsForeground
...
one step of fix crash of Sengoku Musou 3 Z Special
2013-04-30 01:44:14 +08:00
sum2012
76cdbb7f5e
build fix for other
2013-04-30 01:34:23 +08:00
Henrik Rydgård
3534f7b920
Merge pull request #1586 from nachume/imaspatch
...
Add new sceNp/scePauth and some stubs for unknown functions on THE IDOLM...
2013-04-29 00:44:25 -07:00
Unknown W. Brackets
b0ce9e934e
Split out the GPU vendor and the full detail.
...
This way we can sort things more easily.
2013-04-29 00:30:54 -07:00
Unknown W. Brackets
8d4299a4d2
Reporting: add a couple missing platforms.
2013-04-29 00:26:45 -07:00