Henrik Rydgard
8c63f38d75
Yet another Qt fix (see #5395 )
2014-02-10 18:41:51 +01:00
Henrik Rydgard
49de482e6a
Fix blank screen on fullscreen bug ( #5396 )
2014-02-10 18:34:57 +01:00
Henrik Rydgard
7ac99e866a
Delete temp file (accidentally committed)
2014-02-10 18:32:13 +01:00
Unknown W. Brackets
6392307cbd
Calculate the curve on the fly per the PSP.
...
Values based on lots of testing from the PSP, and match exactly.
2014-02-10 08:43:01 -08:00
Henrik Rydgard
2200f530c7
Try to fix Qt build. See #5395
2014-02-10 16:28:53 +01:00
Henrik Rydgard
8a2b50af64
Fix bug causing the screen to go blank when resizing the window using scale factors on Windows.
2014-02-10 16:22:16 +01:00
Henrik Rydgard
984554fe7c
Make the UI scale and move correctly when the UI bounds are modified.
2014-02-10 16:08:19 +01:00
Henrik Rydgard
ca9d0ea5cf
Remove more bad uses of dp_xres. Fix a data flow issue
...
(could end up with "feedback" if modifying the screen bounds)
2014-02-10 15:55:21 +01:00
Henrik Rydgard
c6caff61bf
Update native with buildfix. Fix some resizing issues.
2014-02-10 15:14:45 +01:00
Henrik Rydgard
4d00a9b4bc
Reduce use of display.h (dp_xres, dp_yres) now that uicontext has bounds
2014-02-10 12:44:36 +01:00
Henrik Rydgard
8b6b491820
Remove obsolete outputWidth/outputHeight
2014-02-10 12:44:35 +01:00
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