sum2012
d6790cf906
Add logging and fix savestatus
2014-02-17 20:42:35 +08:00
Unknown W. Brackets
617dcdd8ff
Add some initial kernel sysclib funcs.
2014-02-17 20:39:02 +08:00
Henrik Rydgard
9c4d9461d4
Detect bad mipmap sizes, autogen mipmaps in this case. Might help part of #2603
...
(outrun)
2014-02-17 11:42:03 +01:00
Henrik Rydgård
cb05a58799
Merge pull request #5494 from thedax/win32DPIAware
...
Win32: Make PPSSPP DPI aware to avoid flickering in fullscreen on some PC hardware setups.
2014-02-17 11:10:22 +01:00
The Dax
62075a1e9b
Use a safer method of calling the DPI stuff.
2014-02-17 04:02:56 -05:00
The Dax
1b23c51a9f
Win32: Make PPSSPP DPI aware to avoid flickering in fullscreen on some PC hardware setups.
2014-02-17 03:39:24 -05:00
Henrik Rydgård
b894bd9b27
Merge pull request #5489 from unknownbrackets/jit-minor
...
Fix stack overflow on x64 with memchecks, darn it
2014-02-17 07:23:45 +01:00
Henrik Rydgård
98282e0fd3
Merge pull request #5454 from unknownbrackets/io-minor
...
Improve truncation handling on all platforms
2014-02-17 07:22:54 +01:00
Unknown W. Brackets
60fe544bd5
Use the resize event to update screen size on Qt.
...
Fixes #5491 .
2014-02-16 22:15:38 -08:00
Unknown W. Brackets
60515bbcd9
Properly allow for Windows' "home space" on x64.
...
Fixes #5484 .
2014-02-16 21:06:08 -08:00
Unknown W. Brackets
f2ba0f136d
Fix stack overflow on x64 with memchecks, darn it.
2014-02-16 19:18:08 -08:00
Sacha
b25b0ee06e
Update ffmpeg for Symbian and Blackberry.
2014-02-17 13:11:10 +10:00
Sacha
0bb7cc1943
Fix some packaging issues with Blackberry and Symbian.
2014-02-17 12:14:02 +10:00
Unknown W. Brackets
7fd6fce44d
Merge pull request #5487 from chinhodado/patch-1
...
remove unnecessary nonnegative check for unsigned variable
2014-02-16 09:32:08 -08:00
chinhodado
1ed1f719bc
remove unnecessary nonnegative check for unsigned variable
2014-02-16 12:25:42 -05:00
Unknown W. Brackets
6c7c63c2af
Log the sdk/compiler version under debug.
...
We weren't logging it at all before.
2014-02-16 09:20:00 -08:00
Unknown W. Brackets
8928665db9
Avoid spamming sceDmacMemcpy() logging for 0 bytes.
...
Doesn't hurt anything.
2014-02-16 09:01:23 -08:00
Henrik Rydgård
2064bcd4f3
Merge pull request #5481 from unknownbrackets/gpu-minor
...
Try harder to show a useful post shader error
2014-02-16 10:45:16 +01:00
Unknown W. Brackets
be9194b887
Try harder to show a useful post shader error.
...
It's worth seeing the error quickly, but mostly will need to look at the
log.
2014-02-16 01:25:33 -08:00
Henrik Rydgård
e3cb1f4957
Merge pull request #5476 from sum2012/patch-4
...
Fix PAKFILE2.BIN and eboot logic
2014-02-16 10:06:28 +01:00
Henrik Rydgård
258bf3af4a
Merge pull request #5480 from unknownbrackets/vfpu
...
Implement vsbn.s and vwbn.s
2014-02-16 09:11:07 +01:00
Unknown W. Brackets
61d4e2196e
Simplify vwbn.s slightly.
2014-02-16 00:00:29 -08:00
Unknown W. Brackets
34c6530b21
Implement vwbn.s, not sure what it's doing...
...
This passes all the tests I could throw at it. Fixes #1849 .
2014-02-15 23:51:41 -08:00
Unknown W. Brackets
3714fabad6
Implement vsbn.s, fixes #3409 .
...
Not sure if .q, etc. can work - won't compile, and I doubt any games try
it. Just tried a basic implementation with reporting.
2014-02-15 21:40:13 -08:00
Unknown W. Brackets
3dea6fdd86
Cache reporting support to avoid slowdown.
...
Turns out checking flash0:/ was not fast, oops, but especially when
disabled.
Also, make the box show as disabled when it's been disabled during the
session, and make it not do that in the menu.
2014-02-15 20:34:03 -08:00
sum2012
864c0be604
Fix PAKFILE2.BIN and eboot logic
...
Fix #5474
2014-02-16 10:51:45 +08:00
Henrik Rydgård
96a19ea982
Merge pull request #5473 from chinhodado/patch-1
...
remove a redundant check
2014-02-16 02:37:37 +01:00
Henrik Rydgård
37d198df16
Merge pull request #5472 from unknownbrackets/reporting
...
Fix reporting improperly disabled when outside a game
2014-02-16 02:34:35 +01:00
chinhodado
23cce7d25a
remove a redundant check
2014-02-15 19:39:13 -05:00
Unknown W. Brackets
d22793e257
Avoid a dangerous cast in LoadSymbolMap().
...
Not sure if we can have any safety with an int cast like that...
2014-02-15 16:23:18 -08:00
Unknown W. Brackets
f5c7837e93
Disable reporting when using cheats as well.
2014-02-15 15:41:27 -08:00
Unknown W. Brackets
49d61743c0
Blacklist a few more settings in reporting.
2014-02-15 15:19:59 -08:00
Unknown W. Brackets
592e8ca253
Update reporting as soon as the game boots.
...
This way if it starts with "read framebuffers" but it's switched off, it
will notice properly.
2014-02-15 15:18:01 -08:00
Unknown W. Brackets
d1c9cdd8e4
Don't disable error reporting while in menu.
...
Oops.
2014-02-15 15:15:19 -08:00
Henrik Rydgård
75b91be173
Merge pull request #5467 from chinhodado/patch-1
...
fix empty string checking
2014-02-15 22:36:00 +01:00
chinhodado
0ea7c78299
fix empty string checking
2014-02-15 16:31:37 -05:00
Henrik Rydgard
d49cffe3f5
Buildfix
2014-02-15 20:14:40 +01:00
Henrik Rydgard
aafdd674dc
Update version to 0.9.7.1
2014-02-15 20:09:49 +01:00
Henrik Rydgard
21f9e756cc
Update readme
2014-02-15 20:07:23 +01:00
Henrik Rydgård
c81a08eed7
Merge pull request #5465 from chinhodado/master
...
fix the "No disk" dialog when starting up ppsspp
2014-02-15 20:03:49 +01:00
chinhodado
f02ea25ea6
fix the "No disk" dialog when starting up ppsspp
2014-02-15 14:01:47 -05:00
Unknown W. Brackets
ed2417731a
Improve error handling when PARAM.SFO can't read.
2014-02-15 10:34:39 -08:00
Unknown W. Brackets
cff6ad6428
Attempt to virtually handle truncation properly.
...
Fixes LittleBigPlanet save problem, at least on US.
2014-02-15 10:34:38 -08:00
Unknown W. Brackets
9293bb17b9
Switch to file descriptors instead of FILE *.
...
This allows us to support the io modes more accurately, not truncating for create/write, etc.
2014-02-15 10:34:38 -08:00
Henrik Rydgård
0ebce17e7f
Merge pull request #5463 from unknownbrackets/savedata
...
If a focus mode is used with autoload (or similar), ignore it
2014-02-15 19:12:26 +01:00
Unknown W. Brackets
348c6a16da
If a focus mode is used with autoload, ignore it.
...
Before, if the "focused" save did not exist, we failed incorrectly, even
though the actual save we were trying to load was the correct one.
2014-02-15 09:43:43 -08:00
Henrik Rydgård
b6b0ff793c
Merge pull request #5462 from daniel229/patch_02
...
another CN translate bypass patcher
2014-02-15 17:11:15 +01:00
daniel229
bbe36fbd8e
Code Geass Hangyaku no Lelouch Lost Colors CN translate bypass EBOOT.BIN
2014-02-15 23:52:08 +08:00
Henrik Rydgård
ae1eda1654
Merge pull request #5461 from raven02/patch-24
...
Init ctx->mp3DecodedBytes/mp3SumDecodedSamples/mp3LoopNum
2014-02-15 16:03:27 +01:00
raven02
81887cead3
Init ctx->mp3DecodedBytes/mp3SumDecodedSamples/mp3LoopNum
2014-02-15 22:50:10 +08:00