The Dax
55d716fb19
Rename keyHeld to keyDown, too.
2014-01-03 13:13:24 -05:00
The Dax
a5873ab7a4
Change bool name for better readability.
2014-01-03 13:13:23 -05:00
The Dax
f90aebcebf
Release held keys on the keyboard when window focus is lost.
2014-01-03 13:13:23 -05:00
Henrik Rydgård
c51b117ba2
Merge pull request #4991 from ufdada/master
...
Also disable vertex cache option if hw transform is disabled
2014-01-03 10:11:14 -08:00
Henrik Rydgard
9bde25dfa9
Moving the lang mapping to Config clears up some obcure file-to-file build dependency.
...
Should fix the build.
2014-01-03 19:04:43 +01:00
Henrik Rydgard
03735e297b
No reason for langValuesMapping to be a member variable in Config.
2014-01-03 18:50:06 +01:00
Henrik Rydgård
4d4fb98692
Merge pull request #4993 from unknownbrackets/mpeg-minor
...
Set the audio/video streams per sceMpegGet*Au()
2014-01-03 09:41:12 -08:00
Unknown W. Brackets
4e929764c8
Set the audio/video streams per sceMpegGet*Au().
...
This fixes #2226 , thanks to @raven02 for finding the issue. Could also
help e.g. Xyanide: Resurrection and a few other games.
The video codec change path is not super well tested, because I couldn't
find a game that triggered it, but it should work.
2014-01-03 09:29:37 -08:00
ufdada
a13ea7cd56
Disable vertex cache option if hw transform is disabled
2014-01-03 18:20:34 +01:00
Henrik Rydgard
af8a9bcb5a
Remove silly debug log
2014-01-03 17:48:21 +01:00
Henrik Rydgård
16612964a5
Android: Specify that we don't require a touch screen, might increase compatibility with some devices. Thanks to reicast who also did this.
2014-01-03 15:21:55 +01:00
Henrik Rydgård
f570601f84
Preliminatory support for a fullscreen toggle for SDL platforms.
...
Does not seem to work on Mac.
2014-01-03 15:16:23 +01:00
Henrik Rydgård
3e11785aa3
Merge pull request #4986 from ufdada/master
...
Also set the PSP-internal Language if possible on first-run
2014-01-03 05:55:34 -08:00
ufdada
f9c1cefb12
wrong camelcase
2014-01-03 14:47:33 +01:00
ufdada
f4c658881a
Also set the PSP-internal Language if possible on first-run
2014-01-03 14:32:33 +01:00
Henrik Rydgård
b5f5d16a39
Update native with key repeat handling bugfix.
...
May fix navigation issues on Ouya with luck.
2014-01-03 14:21:54 +01:00
Henrik Rydgård
431395eceb
Merge pull request #4905 from raven02/patch-23
...
Bind framebuffer to 0 if framebuffer status is incomplete
2014-01-03 03:47:42 -08:00
Henrik Rydgård
4982c6bd1e
Merge pull request #4980 from thedax/debuggerCrashFix
...
Win32/Debugger: Don't crash when the virtual PSP isn't inited.
2014-01-02 14:08:43 -08:00
The Dax
52aa7ee9cf
Only set the dialog text if the virtual PSP is inited, as well.
2014-01-02 16:49:26 -05:00
The Dax
db4abcd0c5
Don't crash when the virtual PSP isn't inited.
2014-01-02 14:55:09 -05:00
Henrik Rydgård
9281fccacd
Merge pull request #4939 from unknownbrackets/texcache
...
Add two options to adjust the texture cache
2014-01-02 08:32:59 -08:00
Henrik Rydgård
b3958e6fbe
Merge pull request #4977 from sum2012/sce-hprm
...
Wrap some sceHprm
2014-01-02 07:03:58 -08:00
sum2012
94200b2df8
typo
2014-01-02 21:46:51 +08:00
sum2012
d0be3a38a9
Wrap some sceHprm
...
and remove same sceHprmPeekCurrentKey
2014-01-02 21:43:19 +08:00
Henrik Rydgård
b58f9e00a5
Merge pull request #4976 from raven02/patch-32
...
Revert Stencil Change - #4913 - acf4562
2014-01-02 04:42:12 -08:00
raven02
164a6846b0
Indentation fix
2014-01-02 20:24:57 +08:00
raven02
5f5220b608
Revert acf4562
2014-01-02 20:17:58 +08:00
Henrik Rydgård
968be3f54a
Merge pull request #4975 from unknownbrackets/mpeg-minor
...
Retry opening the mpeg context if it fails
2014-01-02 03:24:33 -08:00
Henrik Rydgård
946b4c4a60
Merge pull request #4974 from raven02/patch-31
...
Exclude viewport restore for PowerVR GPU
2014-01-02 03:22:52 -08:00
raven02
6467c70f08
Exclude PowerVR chipset only
2014-01-02 19:21:22 +08:00
Henrik Rydgård
336536fbf7
Merge pull request #4968 from neobrain/master
...
softgpu: Fix typo in TransformUnit.
2014-01-02 03:09:40 -08:00
Sacha
ec3815e4f1
Qt: Add Maemo compatibility. Hopefully an alternative to EGL/SDL frontend.
2014-01-02 16:16:13 +10:00
Unknown W. Brackets
82a7680bab
Remove the 5 packet min for openContext.
...
Should be safer, and with retrying, it's no longer necessary.
2014-01-01 21:00:29 -08:00
Unknown W. Brackets
2c38805791
Retry opening the context if it fails at first.
...
This fixes #4550 , the hang on the crash video in FF4.
2014-01-01 20:47:10 -08:00
Unknown W. Brackets
c1dcebce07
Fix savestates when videos are playing.
2014-01-01 20:44:51 -08:00
raven02
e84a7b1586
Viewport restore only for Adreno GPU
2014-01-02 12:17:41 +08:00
Tony Wasserka
4c720ee375
softgpu: Fix typo in TransformUnit.
2014-01-02 02:10:12 +01:00
Henrik Rydgård
e2ac7cab92
Merge pull request #4967 from unknownbrackets/debugger
...
Add a simple extract file command
2014-01-01 16:49:27 -08:00
Unknown W. Brackets
2618f2ed39
Add a simple extract file command.
...
Mostly useful for quickly/easily extracting pmf/atrac/etc. files.
2014-01-01 16:47:15 -08:00
Unknown W. Brackets
73121082c5
Default off the texture cache options.
...
They cause noticeable glitches in a bunch of games. The speed improvement
in some games is very good, but in quite a few it is small.
2014-01-01 15:49:11 -08:00
Unknown W. Brackets
aea00a7770
Add UI options for new texcache options.
2014-01-01 15:49:11 -08:00
Unknown W. Brackets
0f5aae9c49
Cleanup differences in DirectX9 texcache code.
2014-01-01 15:49:10 -08:00
Unknown W. Brackets
e477c50ea1
Fix #4922 , kill age checks in texcache.
2014-01-01 15:49:10 -08:00
Unknown W. Brackets
e24f45b9a4
Add ini options to configure the texture cache.
2014-01-01 15:49:09 -08:00
Henrik Rydgård
b8a5eb47b6
Merge pull request #4966 from unknownbrackets/psmf-minor
...
Initialize m_decodingsize to 0
2014-01-01 15:22:11 -08:00
Unknown W. Brackets
ce7c5e0cf9
Initialize m_decodingsize to 0.
...
Fixes #4609 , intermittent video issues in Lunar.
_PsmfPlayerFillRingbuffer() expects getRemainSize() to return something
useful even before the context is opened.
2014-01-01 15:14:22 -08:00
Henrik Rydgard
91531a9792
Get rid of "ATIClampBug", it's not a bug, it's just lack of full non-pow-2 texture support
2014-01-02 00:09:01 +01:00
Henrik Rydgard
845235e4f6
Possible Qt buildfix
2014-01-01 23:42:36 +01:00
Henrik Rydgard
a9832fb79a
Set cleardepth the traditional way on desktop.
2014-01-01 23:40:35 +01:00
Henrik Rydgård
0fa3e0b6f2
Merge pull request #4965 from unknownbrackets/psmf-epmap
...
Try to properly load the psmf EP map
2014-01-01 14:37:08 -08:00