Unknown W. Brackets
|
a6a234add1
|
Return errors on disk full for file creation.
|
2014-11-02 12:40:31 -08:00 |
|
Unknown W. Brackets
|
d4e8bd96af
|
Handle disk full more properly in sceIoWrite().
|
2014-11-02 10:55:27 -08:00 |
|
Unknown W. Brackets
|
24ce3d11ed
|
Another typo.
|
2014-11-02 08:12:29 -08:00 |
|
Henrik Rydgård
|
1c698e8991
|
Merge pull request #7041 from Bigpet/master
Fix copy paste error with that breaks controlconfig passing via cmdline
|
2014-11-02 14:51:59 +01:00 |
|
Peter Tissen
|
a8b595c4d3
|
Fix copy paste error with that breaks controlconfig passing via cmdline
This was discovered by fgeds here: http://forums.ppsspp.org/showthread.php?tid=13655
so all props go to him.
|
2014-11-02 14:19:20 +01:00 |
|
Henrik Rydgård
|
d1dbd47172
|
Merge pull request #7039 from xsacha/symbian_free_space
Check free disk space on Symbian too.
|
2014-11-02 09:58:32 +01:00 |
|
Sacha
|
b7f2de7d29
|
Check free disk space on Symbian too.
|
2014-11-02 12:27:20 +10:00 |
|
Unknown W. Brackets
|
f55f69c07d
|
Fix dumb typo in space formatting func.
|
2014-11-01 19:19:06 -07:00 |
|
Henrik Rydgård
|
c79479a336
|
Merge pull request #7036 from unknownbrackets/memstick
Check memory stick free space and tell the game about it
|
2014-11-01 13:28:11 +01:00 |
|
Unknown W. Brackets
|
9511fd81f1
|
Warning fix.
|
2014-11-01 00:33:20 -07:00 |
|
Unknown W. Brackets
|
f687613d68
|
Check disk space on Posix/Android systems also.
Android apparently decided to skip statvfs() and only implement the older,
os-dependent statfs().
|
2014-11-01 00:33:20 -07:00 |
|
Unknown W. Brackets
|
2958c575a1
|
Check actual free disk space when games ask.
Windows only for the moment.
|
2014-11-01 00:33:19 -07:00 |
|
Henrik Rydgård
|
763e5c9c4b
|
Merge pull request #7035 from unknownbrackets/gpu-minor
Always clamp in ToRGB[A]?()
|
2014-10-31 18:17:39 +01:00 |
|
Unknown W. Brackets
|
71106328dc
|
And fix an issue building on Android.
|
2014-10-31 10:11:47 -07:00 |
|
Unknown W. Brackets
|
9f7dbec050
|
Missing include for Linux/etc.
|
2014-10-31 09:51:17 -07:00 |
|
Unknown W. Brackets
|
eee3ac79f4
|
Always clamp in ToRGB[A]?().
Before we only clamped with SSE, better to be consistent. This may also
be slightly faster.
|
2014-10-31 09:07:54 -07:00 |
|
Henrik Rydgard
|
f5c9235640
|
Buildfix (needed an include in the header on some platforms so let's move to the cpp file)
|
2014-10-31 00:35:39 +01:00 |
|
Henrik Rydgard
|
3377db4910
|
D3D: Reduce logspam
|
2014-10-31 00:18:40 +01:00 |
|
Henrik Rydgard
|
291e5e53c0
|
Add feature to cache ISOs in RAM to avoid I/O stutters. 64-bit only. Loading gets slow though.
TODO: Make it cache in the background on load. Allow on 32-bit for small ISOs.
|
2014-10-31 00:14:00 +01:00 |
|
Henrik Rydgard
|
0df4afce67
|
Didn't mean to keep this check.
|
2014-10-30 01:04:08 +01:00 |
|
Henrik Rydgård
|
a4c8bb03a2
|
Merge pull request #7029 from unknownbrackets/texhash
Attempt to make the texture hash match(able) - needs testing
|
2014-10-30 00:58:00 +01:00 |
|
Unknown W. Brackets
|
1b12b57e21
|
Fix reversed consts in hand-neon texhash.
|
2014-10-29 16:38:40 -07:00 |
|
Unknown W. Brackets
|
faea860c27
|
Attempt to match the SSE2 version of the hash.
Not tested, don't currently have an ARM device. May or may not have a
performance hit.
|
2014-10-29 16:37:45 -07:00 |
|
Unknown W. Brackets
|
3977f5a8ec
|
Add a non-SSE implementation of the QuickTexHash.
This way we can use it as a stable value for texture replacements.
|
2014-10-29 16:37:44 -07:00 |
|
Henrik Rydgard
|
1fe2af3421
|
Fix D3D NFSU crash #7030 in a cleaner way than #7033 :)
|
2014-10-29 23:51:23 +01:00 |
|
Henrik Rydgård
|
bc5bec2e5c
|
Merge pull request #7032 from unknownbrackets/jit-minor
jit: Fix partial invalidation of larger blocks
|
2014-10-28 08:28:10 +01:00 |
|
Unknown W. Brackets
|
258b7c9a7c
|
jit: Use the end just to be safe.
In case clearing near the end of a block.
|
2014-10-27 19:05:52 -07:00 |
|
Unknown W. Brackets
|
5bb9d32eaa
|
jit: Fix partial invalidation of larger blocks.
Fixes #7031.
|
2014-10-27 19:04:19 -07:00 |
|
Henrik Rydgård
|
ec4b11ab63
|
Merge pull request #7028 from unknownbrackets/xxhash-update
Update xxHash to r37, including XXH64
|
2014-10-27 12:10:14 +01:00 |
|
Unknown W. Brackets
|
2b16b5b79b
|
Use XXH64 on 64-bit systems.
I'm not able to reproduce any real performance difference, but I know
there are some games which do more hashing and it may help there.
|
2014-10-26 17:49:24 -07:00 |
|
Unknown W. Brackets
|
139277bc1a
|
Update xxhash to r37.
|
2014-10-26 17:48:59 -07:00 |
|
Henrik Rydgård
|
acba234705
|
Merge pull request #7027 from unknownbrackets/cso-minor
Support cso files with larger block sizes
|
2014-10-26 09:28:11 +01:00 |
|
Unknown W. Brackets
|
734c81223e
|
Support cso files with larger block sizes.
Calling them "frames" just to quell the confusion level in the code.
|
2014-10-25 21:18:12 -07:00 |
|
Unknown W. Brackets
|
100afc07a2
|
x86jit: Fix andLink cases of imm blezl, etc.
|
2014-10-24 08:57:56 -07:00 |
|
Henrik Rydgård
|
e2926da4f3
|
Merge pull request #7020 from unknownbrackets/jit-minor
Avoid comparing invalidated iterators
|
2014-10-22 12:12:30 +02:00 |
|
Unknown W. Brackets
|
0c1dcfeacf
|
Avoid comparing invalidated iterators.
|
2014-10-22 00:50:39 -07:00 |
|
Henrik Rydgård
|
40cea2baed
|
Merge pull request #7019 from unknownbrackets/jit-minor
jit: Use an exclusive end in the block map
|
2014-10-21 21:24:37 +02:00 |
|
Unknown W. Brackets
|
65ecc9a464
|
jit: Use an exclusive end in the block map.
Simpler, was not consistent before, oops.
|
2014-10-21 11:52:19 -07:00 |
|
Henrik Rydgard
|
e6334dd9d8
|
Display .7z files in file listings. Can't decompress them though.
|
2014-10-21 00:09:24 +02:00 |
|
Henrik Rydgard
|
d24abb3af0
|
More GetPointer cleanup. memCardDirectory->memStickDirectory.
|
2014-10-19 23:20:51 +02:00 |
|
Henrik Rydgard
|
d17aa4738a
|
Some more GetPointer cleanup
|
2014-10-19 23:19:51 +02:00 |
|
Henrik Rydgard
|
c62255f1d9
|
GetPointerUnchecked is ok around display list pc, checked elsewhere
|
2014-10-19 23:13:54 +02:00 |
|
Henrik Rydgard
|
e22fed8b9f
|
Use unordered_map where it makes sense. Very tiny speed boost?
Also some microoptimizations.
|
2014-10-19 21:12:25 +02:00 |
|
Henrik Rydgard
|
7cb5e7f53f
|
Some very minor optimizations. Remove little-used stat counter.
|
2014-10-19 21:12:25 +02:00 |
|
Henrik Rydgård
|
87bcb56e95
|
Merge pull request #7014 from BlackDogDog/master
add lwc1 lwc2 swc1 swc2 opcodes
|
2014-10-19 20:55:47 +02:00 |
|
BlackDog
|
f7e8ca486c
|
add lwc1 lwc2 swc1 swc2 opcodes
|
2014-10-19 20:42:12 +02:00 |
|
Henrik Rydgård
|
796e9ab880
|
Merge pull request #6937 from beaumanvienna/retrorig-pl1
dual head support (SDL_VIDEO_FULLSCREEN_HEAD) for Qt and SDL2
|
2014-10-18 16:19:33 +02:00 |
|
Henrik Rydgard
|
3c55f81b87
|
Fix #6988 (crash under startup of GTA Chinatown Wars)
|
2014-10-18 11:26:51 +02:00 |
|
Henrik Rydgård
|
28efc0aa13
|
Merge pull request #6694 from ToadKing/master
Try to allocate executable memory close to PPSSPP memory if not below 4GB
|
2014-10-18 11:14:20 +02:00 |
|
Henrik Rydgård
|
259c6c94c4
|
Merge pull request #6952 from fcooper/master-bbb-support
Support ARM Linux device and add Beaglebone as a support device
|
2014-10-18 11:11:49 +02:00 |
|