Sacha
296372262c
Qt: Don't allow double click to resize window when the user could be using touch controls.
2013-11-05 11:53:49 +10:00
Sacha
5263d53282
Implement throttling for Qt desktop UI (same as the Windows-only one in Core/Config) to stop it using 100% cpu in menus.
2013-11-05 10:54:37 +10:00
Henrik Rydgård
508830b45b
Merge pull request #4447 from Bigpet/DSoundRefactoring
...
move direct sound specific behavior into the actual direct sound function
2013-11-04 11:22:50 -08:00
Henrik Rydgård
58fbdedd0b
Merge pull request #4415 from unknownbrackets/syscalls
...
Avoid CallSyscall() overhead from jit
2013-11-04 11:21:53 -08:00
Peter Tissen
9b9ba165e0
move direct sound specific behavior into the actual direct sound function instead of into an ifdef
2013-11-04 18:29:49 +01:00
Unknown W. Brackets
859d14d3f5
Correct sceKernelIsCpuIntrSuspended().
...
It takes a param. Verified by tests, it just returns what the param
means, not anything about the current state.
2013-11-04 08:03:51 -08:00
Unknown W. Brackets
dfbfed7534
Oops, avoid a crash on a bad HLE func.
...
In the debug stats area.
2013-11-04 08:03:50 -08:00
Unknown W. Brackets
5328e213a6
Clear the jit cache when toggling debug stats.
...
This way we can bypass that check normally, for speed.
2013-11-04 08:03:50 -08:00
Unknown W. Brackets
732ae13ebb
Fast path CallSyscall where possible.
...
It seems we're spending a decent amount of time there, which isn't
entirely unexpected. We can eliminate some things easily.
2013-11-04 07:59:37 -08:00
Unknown W. Brackets
baa82e0a9d
Keep syscalls the same in the interpreter.
...
Rather than having different bugs.
2013-11-04 07:59:36 -08:00
Henrik Rydgård
ae27874cf1
Merge pull request #4445 from Bigpet/AudioBufferFix
...
fixes #4443 buffer underrun in the audio system
2013-11-04 07:10:10 -08:00
Peter Tissen
3bd01cce31
fixes #4443 buffer underrun in the audio system
2013-11-04 14:03:36 +01:00
Henrik Rydgård
9113c584f1
Merge pull request #4399 from raven02/patch-11
...
Attempt to go back to the earliest logic of finding a matching framebuffer
2013-11-04 04:43:34 -08:00
Henrik Rydgård
0d9a0bcbd4
Merge pull request #4419 from thedax/reviseLanguageSwitching
...
Win32: Revise how the language system/menu works.
2013-11-04 04:41:11 -08:00
Sacha
04a4f31215
Qt Desktop: Hide cursor in fullscreen during gameplay, unless on-screen controls are enabled.
2013-11-04 22:30:38 +10:00
Sacha
2e324c9842
Define unaligned access for all ARM. We don't support any that don't. The define didn't exist yet in GCC 4.6 (used by Symbian and Android).
2013-11-04 12:45:13 +10:00
Sacha
03a9cd6711
Fix crashes on Symbian and Blackberry (and likely others) when memory to be hashed is unaligned. Thanks @unknownbrackets
2013-11-04 12:14:21 +10:00
The Dax
728101aebb
Revise how the language system works.
...
On Win32, the Language menubar is eliminated in favour of displaying a NewLanguageScreen on screens that are of type UIDialogScreenWithBackground/UIScreenWithBackground; UIScreen inheriting screens (e.g. GamePauseScreen) still require manual additions.
2013-11-03 19:21:53 -05:00
Henrik Rydgård
e2e74e81d6
Merge pull request #4436 from Bigpet/Audiofix
...
delete source of buffer overrun on Windows
2013-11-03 14:37:37 -08:00
Peter Tissen
c9eac0e10c
delete source of buffer overrun on Windows
2013-11-03 23:03:07 +01:00
Henrik Rydgård
95ede145c9
Merge pull request #4432 from shenweip/patch-3
...
Improvement about Save Load.
2013-11-03 11:17:17 -08:00
Henrik Rydgård
86514ecbc0
Merge pull request #4433 from chinhodado/patch_1
...
fix Vietnamese locale
2013-11-03 08:52:30 -08:00
Chin
7507efb3b8
fix Vietnamese locale
2013-11-03 11:42:51 -05:00
shenweip
740f49c7a1
Add a check and comment.
2013-11-04 00:13:00 +08:00
Unknown W. Brackets
f66da87d9d
Fix translation of rewind setting title.
2013-11-03 07:56:17 -08:00
shenweip
8a26da6e45
Load another files of save.
2013-11-03 23:52:16 +08:00
Henrik Rydgård
a415d606c1
Merge pull request #4411 from unknownbrackets/texcache
...
Improve the non-NEON tex hash path on ARM
2013-11-03 07:48:23 -08:00
Unknown W. Brackets
64e977db08
Improve the non-NEON tex hash path on ARM.
...
This generates better looking disassembly, though a small change.
2013-11-03 07:43:10 -08:00
Unknown W. Brackets
5efc7fd581
Fix typo.
2013-11-03 07:36:53 -08:00
shenweip
b9d655f602
Code CleanUp,make it clearer.
2013-11-03 23:10:05 +08:00
Henrik Rydgard
c4e02ab41d
Revert "Fix Comp_VRot on x86 Linux/Mac/etc."
...
Seems broken, doesn't built on Windows.
This reverts commit d41acebb3de06710fd71a757f598e7c95037166c.
2013-11-03 15:24:57 +01:00
Henrik Rydgård
b2298a9e86
Merge pull request #4420 from unknownbrackets/savestates
...
Enable rewind feature in UI, fix a savestate bug
2013-11-03 03:21:51 -08:00
Henrik Rydgård
aceebe1329
Merge pull request #4416 from unknownbrackets/travis-ci
...
Add a travis-ci info file for Travis CI
2013-11-03 03:19:50 -08:00
Henrik Rydgård
2af9ef45a3
Merge pull request #4413 from Kingcom/Debugger
...
Change "goto in memory view" behavior
2013-11-03 03:19:12 -08:00
Henrik Rydgård
cc40d9ddef
Merge pull request #4412 from chinhodado/patch-1
...
Update langregion.ini
2013-11-03 03:18:56 -08:00
Henrik Rydgård
3144a51e07
Merge pull request #4424 from unknownbrackets/perf
...
Speed up access to the current HLE thread
2013-11-03 03:13:17 -08:00
Henrik Rydgård
743fb154ae
Merge pull request #4427 from unknownbrackets/volume-fix
...
Fix volume scaling for mono inputs, etc.
2013-11-03 03:11:35 -08:00
Henrik Rydgård
c4a934fb41
Merge pull request #4429 from Kingcom/DebugEnhancements
...
Advance cursor after assembling
2013-11-03 03:11:08 -08:00
Henrik Rydgård
7e0e2051ab
Merge pull request #4418 from unknownbrackets/profiler
...
Add android-ndk-profiler v3.2
2013-11-03 03:10:53 -08:00
Henrik Rydgård
f414856ebe
Merge pull request #4428 from Kingcom/StepOver
...
Fix step over handling of fpu branches and jalr
2013-11-03 03:09:04 -08:00
Henrik Rydgård
9cc1f33d32
Merge pull request #4426 from unknownbrackets/jit-minor
...
Fix Comp_VRot on x86 non-Windows
2013-11-03 03:08:36 -08:00
Sacha
52eb46c291
Buildfix for Symbian. Remove unused swap code.
...
Symbian didn't like the -= even though Linux did.
2013-11-03 20:40:40 +10:00
Kingcom
95b466fc4f
Fix step over for jalr
2013-11-03 10:58:31 +01:00
Kingcom
6ac29b314a
Advance cursor after assembling
2013-11-03 10:14:46 +01:00
Unknown W. Brackets
e33b7fa1a4
iOS buildfix.
2013-11-03 01:08:48 -08:00
Kingcom
eeb86fc105
Fix step over handling of fpu branches
2013-11-03 09:54:58 +01:00
Unknown W. Brackets
348ea5b5cf
Fix volume scaling for mono inputs, etc.
...
Fixes #4423 .
2013-11-03 01:14:22 -07:00
Unknown W. Brackets
587ba7cd5f
Allow test.py to run from within a build/ dir.
2013-11-03 01:03:57 -07:00
Unknown W. Brackets
d41acebb3d
Fix Comp_VRot on x86 Linux/Mac/etc.
...
Easy way: just use our existing functions that work.
2013-11-03 01:03:57 -07:00
Sacha
5613b86864
Use NEON texture decoder on Blackberry and iOS. Use ARMV7 defines.
2013-11-03 15:59:10 +10:00