Henrik Rydgård
32f637f259
Merge pull request #5393 from unknownbrackets/io-minor
...
Support additional prefixes, like memstick:
2014-02-10 10:49:12 +01:00
Unknown W. Brackets
73722d9cee
Support additional prefixes, like memstick:.
...
I also found umd01: and host01: work, etc. May help #5377 and possibly
others.
It seems like games can assign these at will and potentially even
subpaths, but reporting hasn't shown many cases yet. We can still watch
it.
Avoided mapping additional systems because savestates don't handle that
well currently.
2014-02-10 01:41:28 -08:00
Unknown W. Brackets
2f3075e75e
Update native.
2014-02-10 01:25:02 -08:00
Henrik Rydgard
333580e3b2
Warning fixes
2014-02-10 09:56:52 +01:00
Henrik Rydgard
006d28161d
Restore some log levels of actually unimpl functions
2014-02-10 09:55:18 +01:00
Henrik Rydgard
bf43a3e1a1
Merge branch 'patch-15' of https://github.com/raven02/ppsspp into raven02-patch-15
2014-02-10 09:53:11 +01:00
Henrik Rydgård
25bf95fcf3
Merge pull request #5388 from unknownbrackets/reporting
...
Adjust reporting to track and send more things
2014-02-10 09:48:20 +01:00
Henrik Rydgård
19fca25263
Merge pull request #5381 from raven02/patch-16
...
Avoid repeat spamming of audio end reach in the case of audio stream present
2014-02-10 09:32:06 +01:00
raven02
64e36bbf10
Change log level to DEBUG_LOG
2014-02-10 11:29:43 +08:00
Unknown W. Brackets
739da04322
Also need this to prevent double-shutdown.
...
That exit(0) before was skipping a lot of stuff..
2014-02-09 18:18:36 -08:00
Unknown W. Brackets
621c1717bf
Let's use typesafety in the config stuff.
2014-02-09 17:55:24 -08:00
Unknown W. Brackets
7b99561839
Use consistent names for reporting config settings.
2014-02-09 17:39:19 -08:00
Unknown W. Brackets
9e02b4307c
Redo the rest of the config sections.
...
Now they're all just once, rather than twice.
2014-02-09 17:39:19 -08:00
Unknown W. Brackets
db918d01e8
Centralize getting and setting or config settings.
...
Typos in Set() and etc. can be things of the past.
Only General so far.
2014-02-09 17:39:18 -08:00
Unknown W. Brackets
4f45731119
Add configuration settings to reporting.
2014-02-09 17:39:17 -08:00
Unknown W. Brackets
553b284e95
Skip reporting when fonts do not exist.
...
I'm really tired of all the "no font" reports that aren't really valid.
2014-02-09 17:39:17 -08:00
Unknown W. Brackets
b46ca9f94b
Lock out reporting if harmful settings are used.
...
Before, if you turned it on, broke stuff, and then turned it off, we
reported the broken stuff. This could be responsible for various
messages that have seemed strange.
2014-02-09 17:39:16 -08:00
Unknown W. Brackets
ad8488ecc4
Reset reporting on a new game.
...
This way "once" and "spam" no longer persist between runs. Makes it
easier to test a bunch of games in a row without restarting in between.
2014-02-09 17:39:16 -08:00
Unknown W. Brackets
a8b55c3e10
Keep track of whether a savestate has been used.
...
Mostly to improve info we get in reporting.
2014-02-09 17:39:15 -08:00
Unknown W. Brackets
274160bc22
Centralize game background drawing code.
...
No need to duplicate it everywhere.
2014-02-09 17:39:15 -08:00
Unknown W. Brackets
80704d013e
Fix #5390 , crash on Exit on Windows.
2014-02-09 17:35:43 -08:00
raven02
1fcbc46814
Make sure audio stream is present
2014-02-10 09:31:54 +08:00
Henrik Rydgard
6de30f5cbd
Our symbian compiler doesn't seem to be too fond of new style loops indeed
2014-02-10 01:11:16 +01:00
Henrik Rydgard
7bedbcbbb3
Merge branch 'master' of https://github.com/coestergaard/ppsspp into coestergaard-master
...
Conflicts:
lang
2014-02-10 00:21:39 +01:00
Claus Østergaard
05529448a7
Updated lang
2014-02-10 00:13:54 +01:00
Henrik Rydgard
aae787168e
Did not mean to commit this line.
2014-02-09 23:48:31 +01:00
Henrik Rydgard
f1a698ac7a
Update native
2014-02-09 23:32:08 +01:00
Henrik Rydgard
9a5ea8ec60
Let's see if the new-style for loops work everywhere by seeing if this breaks the build.
2014-02-09 23:26:06 +01:00
Henrik Rydgard
ca500b0bf4
Add setting for Kitkat Immersive Mode on Android.
2014-02-09 23:16:08 +01:00
Unknown W. Brackets
a0d5610f36
Report usage of sceIoAssign() and sceIoUnassign().
2014-02-09 12:29:22 -08:00
Henrik Rydgård
6756b6c28b
Update lang
2014-02-09 21:27:41 +01:00
Henrik Rydgård
19a3ede2ef
Merge pull request #5387 from unknownbrackets/sas-minor
...
Fix recent ADSR regressions
2014-02-09 20:46:29 +01:00
Unknown W. Brackets
df7d25f4bf
Correct a case where release rate was set negative.
...
Seems to be capped at INT_MAX like the others, oops.
2014-02-09 11:30:15 -08:00
Henrik Rydgård
91b9089646
Merge pull request #5338 from raven02/patch-7
...
scePsmf() : add isPlayingStatus check
2014-02-09 20:29:40 +01:00
Henrik Rydgård
9e9408e44c
Merge pull request #5375 from unknownbrackets/dialogs
...
Make OSK and msg dialogs take time to init/shutdown
2014-02-09 20:28:53 +01:00
Unknown W. Brackets
a610c30c12
Oops, remove extra PSPModel reference.
2014-02-09 10:55:55 -08:00
Unknown W. Brackets
a14850c16b
Drop height to 0 when VAG ends.
...
Otherwise we will set it to !playing and never step the height.
Should fix Yu-Gi-Oh again. Probably release before was miscalculated as
0 which is why it worked before.
2014-02-09 10:53:47 -08:00
Henrik Rydgård
b6d54bbdc4
Merge pull request #5376 from unknownbrackets/xxhash
...
Update to xxHash-r33 and apply alignment patch
2014-02-09 18:19:54 +01:00
Henrik Rydgård
e0bcb2b227
Merge pull request #5378 from unknownbrackets/debugger
...
Add vertex and matrix tabs to the GE debugger
2014-02-09 18:19:28 +01:00
Henrik Rydgård
0047e4c2b1
Merge pull request #5382 from coestergaard/master
...
Added Danish language
2014-02-09 18:17:23 +01:00
Henrik Rydgård
e5e4eba924
Merge pull request #5374 from sum2012/patch-2
...
Fix sceUtilityOskGetStatus
2014-02-09 18:16:29 +01:00
raven02
78f980e1c3
Add __isPlayingStatus() check
2014-02-09 23:24:33 +08:00
Claus Østergaard
21e7be3c8b
Added Danish language
2014-02-09 15:33:35 +01:00
raven02
891d223a4f
Avoid repeat spamming of audio end reach
2014-02-09 21:48:26 +08:00
Unknown W. Brackets
7380c5b664
Stop showing z = 1.0 for non through in debugger.
...
Oops.
2014-02-09 00:33:15 -08:00
Unknown W. Brackets
442b3171dc
Typo.
2014-02-09 00:20:09 -08:00
Unknown W. Brackets
fc6bbbff76
Add select all to all generic list controls.
2014-02-09 00:08:37 -08:00
Unknown W. Brackets
7deeb813a7
Make all list controls copy by default.
...
Yay. Much better than screenshots.
2014-02-09 00:00:20 -08:00
Unknown W. Brackets
9e8e9ec62f
Add a tab to show matrices as well.
2014-02-08 23:27:05 -08:00
Unknown W. Brackets
e7eca477b0
Add a tab to show vertex values to the GE debugger.
...
Should be pretty useful, especially for depth issues.
2014-02-08 22:03:29 -08:00