Henrik Rydgård
8042b6f6f1
Merge pull request #6435 from unknownbrackets/replace-funcs
...
Hook the FF1 battle effect func
2014-06-26 11:44:14 +02:00
Unknown W. Brackets
0da972c548
Hook the FF1 battle effect func.
...
So that we can download the framebuffer. At least, it seems like that's
what this function is doing.
2014-06-26 01:38:22 -07:00
Henrik Rydgård
7f3a3661a0
Merge pull request #6430 from rnynoise/patch-2
...
Update CwCheat.cpp
2014-06-26 10:34:41 +02:00
Henrik Rydgård
f0cb70d9fb
Merge pull request #6433 from unknownbrackets/frame-timing
...
Maintain timing of at least 30 vblanks per second if possible
2014-06-26 10:33:51 +02:00
Henrik Rydgård
fdd45e0747
Merge pull request #6434 from unknownbrackets/texcache
...
Require 25% of texture to overlap framebuffer
2014-06-26 10:33:18 +02:00
Sacha
010517910f
Qt: Revert annoying git_version string to support all qmake's + symbian.
2014-06-26 17:59:22 +10:00
Unknown W. Brackets
b829be1bfe
Require 25% of texture to overlap framebuffer.
...
Because it's probably wrong if only a small amount overlaps.
2014-06-26 00:48:48 -07:00
Unknown W. Brackets
8172e838a5
Avoid a fast-forward effect when not drawing.
...
This fixes loading screens and such, which drop the fps down to 0 or 6
according to our measure, which can distort audio if we've got free time.
If the system is not keeping up, should have the same behavior as before.
2014-06-26 00:37:03 -07:00
Unknown W. Brackets
23dc69fc9b
Time frames based on current, not last timestep.
...
We need to decide the nextFrameTime when we know how many vblanks it took,
not before. Otherwise, we will miss-time when the fps changes.
2014-06-26 00:36:17 -07:00
rnynoise
a090880bef
Update CwCheat.cpp
...
Add "0xD" code support fixed
2014-06-26 10:23:56 +08:00
Henrik Rydgård
e1f2317e0c
Merge pull request #6425 from ANR2ME/adhoc_
...
Fixed Wipeout Pulse unable to see any Host, and should affect many other...
2014-06-25 16:23:46 +02:00
AdamN
12ee3d1d39
Fixed Wipeout Pulse unable to see any Host, and should affect many other Adhoc games (was broken in my previous commit)
2014-06-25 20:29:42 +07:00
Sacha
031c5d3569
Symbian: Fix memmap freeze.
2014-06-25 22:01:40 +10:00
Unknown W. Brackets
19f4ad8c5c
Dumb mistake in "real time sync" fix.
2014-06-25 00:44:18 -07:00
Sacha
5215d12385
Qt: Let Qt decide directories in Qt5. Require OSX use Qt5. Fix config directory. Fixes #5409 .
2014-06-25 16:10:00 +10:00
Sacha
3d61028be1
Update native.
2014-06-25 13:27:01 +10:00
Sacha
92db2c89c1
Qt: Fix some qmake replace commands that work differently on different versions of qmake. Use SDL Audio when available. Fix a bug. Qt4+Qt5 tested working perfectly on Arch Linux.
2014-06-25 13:25:05 +10:00
Henrik Rydgard
d040b980dd
Experiment: Disable clear optimization on PVR (see #6290 )
2014-06-24 23:32:40 +02:00
Henrik Rydgård
fea0a26113
Merge pull request #6414 from unknownbrackets/resched
...
Reschedule immediately in many cases
2014-06-24 22:41:58 +02:00
Henrik Rydgard
412acc7b5f
Clamp zoom to 1, thanks to unknown for pointing out this oversight.
...
May help #4319 .
2014-06-24 22:33:58 +02:00
Henrik Rydgård
a1d359f22c
Merge pull request #6421 from ANR2ME/master
...
Fixed some bugs (ie. possible of memory leaks) on Adhoc, and implement a...
2014-06-24 20:07:07 +02:00
AdamN
7f7b2a3800
Fixed some bugs (ie. possible of memory leaks) on Adhoc, and implement a few more Adhoc functions.
2014-06-24 23:43:03 +07:00
Henrik Rydgård
384d8e3ab6
Merge pull request #6419 from ppsspp213/patch-1
...
Update PrxDecrypter.cpp
2014-06-24 18:00:06 +02:00
Henrik Rydgård
f142d32705
Merge pull request #6420 from unknownbrackets/lagsync
...
Avoid overly long lags, recover if system too slow
2014-06-24 17:46:21 +02:00
Unknown W. Brackets
87b3a7e566
Avoid overly long lags, recover if system too slow.
...
This will recover better if the system took too long. Also, fixes #6415
by never waiting too long.
2014-06-24 08:27:21 -07:00
ppsspp213
8e18d0ff94
Update PrxDecrypter.cpp
...
Unknown Key ADF305F0
2014-06-24 15:48:59 +01:00
Sacha
6cada10e86
Qt: Fix desktop globalUIState -> GetUIState
2014-06-24 14:35:00 +00:00
Henrik Rydgård
c5e5ebe4f2
Merge pull request #6412 from unknownbrackets/texcache
...
Notify the texcache when fb format changes
2014-06-24 11:00:24 +02:00
Unknown W. Brackets
3ba78c865e
Fix low-level atrac3/atrac3+ decoding.
...
Fixes #6400 .
2014-06-24 01:18:00 -07:00
Unknown W. Brackets
412eee0bd9
Wake good pri threads immediately from timeouts.
2014-06-24 00:49:36 -07:00
Unknown W. Brackets
4626e63294
Wake good pri threads immediately from delays.
2014-06-24 00:45:38 -07:00
Unknown W. Brackets
610ada8721
Wake good pri threads immediately from io waits.
2014-06-24 00:45:26 -07:00
Unknown W. Brackets
8e80bd3928
Wake good pri threads immediately from vblank wait.
2014-06-24 00:45:08 -07:00
Unknown W. Brackets
bacae6106b
Wake good pri threads immediately from ctrl waits.
2014-06-24 00:44:40 -07:00
Unknown W. Brackets
d8cff4509e
Wake good pri threads immediately from audio.
2014-06-24 00:44:35 -07:00
Unknown W. Brackets
6c4a614205
Wake good pri threads immediately from HLE delays.
2014-06-24 00:44:02 -07:00
Unknown W. Brackets
ca2d9286e0
Notify the texcache when fb format changes.
...
Fixes #2094 again.
2014-06-24 00:14:56 -07:00
Unknown W. Brackets
118736ff75
Don't eat extra cycles when idling.
...
Rescheduling between threads takes about 3000 cycles, but that's not true
for both sides of e.g. a delay.
Fixes #6409 (assuming 60fps is what a PSP gets.)
2014-06-23 23:02:46 -07:00
Henrik Rydgard
cc269488b2
Protect against bad spline patch data better.
...
Also fix a struct name collision.
2014-06-24 01:14:32 +02:00
Henrik Rydgard
f30a052fdc
Default "ShowTouchPause" to true on Windows - makes sense on tablets.
2014-06-24 00:46:03 +02:00
Sacha
ba0779183a
Qt: GIT_VERSION expand fix for Linux.
2014-06-24 08:43:57 +10:00
Sacha
946deda4b3
Remove some redundancy (Symbian/Qt). Symbian has cstdint now.
2014-06-24 08:29:04 +10:00
Henrik Rydgard
e444e21a8a
Oops
2014-06-23 22:56:12 +02:00
Henrik Rydgard
b4a9780b81
Typo fix
2014-06-23 22:51:22 +02:00
Henrik Rydgard
8e7570e8cd
Improve some error messages
2014-06-23 21:42:31 +02:00
Henrik Rydgard
3005d75c6f
Don't override WM_PAINT like that, weird effect ensued (popup menus broke)
2014-06-23 20:27:50 +02:00
Henrik Rydgard
c125205c00
Win32: Set the minimum size of the PPSSPP window to exactly 1x.
...
Makes it convenient to set 1x, and smaller sizes don't really make
much sense anyway. Also, it prevents the rendering area from ever
becoming 0, which might be an issue with buggy drivers.
2014-06-23 20:24:37 +02:00
Henrik Rydgard
3689cdedc4
Minor tweaks for smoother window resize on Windows. May help #6295 ?
2014-06-23 20:05:13 +02:00
Henrik Rydgard
ae09b521c3
Logging reductions
2014-06-23 20:05:12 +02:00
Henrik Rydgård
e27e285624
Merge pull request #6396 from hrydgard/ridge-racer-hack
...
Ridge Racer hack: Flush after every prim if fb addr == tex addr.
2014-06-23 17:52:25 +02:00