Unknown W. Brackets
67b1aee1f8
Use a time delay to change sceUtility statuses.
...
This is probably more based on IO (maybe even loading and unloading
the module for the dialog or something?) but time should approximate it.
May improve games not expecting the status to switch right away.
2014-02-08 09:39:50 -08:00
Unknown W. Brackets
b03ca7049b
Return an error in FILES based on SDK version.
...
Tested to require this exact version to return that error. Not sure if
any games will actually hit this anyway, but they did with lower SDK
versions.
2014-02-08 09:08:27 -08:00
Henrik Rydgård
279f375f9c
Merge pull request #5361 from unknownbrackets/sas
...
Improve SAS ADSR rates and types
2014-02-08 17:07:29 +01:00
Unknown W. Brackets
b5ac7b0c5f
Dumb typo.
2014-02-08 07:29:02 -08:00
Henrik Rydgård
3d3b0b1d99
Merge pull request #5362 from raven02/patch-11
...
sceMpeg : remove obsolete getMpegHandle()
2014-02-08 12:19:38 +01:00
raven02
82add9725e
sceMpeg : Remove obsolete getMpegHandle()
2014-02-08 16:46:55 +08:00
Unknown W. Brackets
fa6f004213
Validate ADSR modes in sceSasSetADSRmode().
...
Might prevent a game bug from breaking sounds, pretty unlikely.
2014-02-07 23:52:29 -08:00
Unknown W. Brackets
7e4e40b4d8
Reject invalid values in sceSasSetADSR().
...
Might happen due to a bug in a game, rejected by real firmware.
2014-02-07 22:44:11 -08:00
Unknown W. Brackets
074ef84559
Correct the rates set by sceSasSetSimpleADSR().
...
They were wrong for a few combinations before. Could have effected how
accurate sound effects were (they may have been too quite, or dropped off
wrong, etc.)
2014-02-07 22:29:54 -08:00
Henrik Rydgard
ef6e6083dc
Including <cstddef> here was reported to fix a build problem.
2014-02-07 23:05:03 +01:00
Henrik Rydgård
aafb1416c7
Merge pull request #5359 from thedax/newWin32CmdLineOption
...
Win32: Add a command-line (no GUI or ini) option to let the escape button exit the emulator.
2014-02-07 22:56:19 +01:00
The Dax
7efaadaf3c
Win32: Add a command-line option to let the escape button exit the emulator.
2014-02-07 16:46:40 -05:00
Henrik Rydgård
de1c756258
Merge pull request #5352 from sum2012/ELF-Patch
...
Support ELF:R_MIPS_16
2014-02-06 21:56:39 +01:00
sum2012
8cd5720b0b
Remove report
2014-02-07 04:31:51 +08:00
Henrik Rydgård
50db27b792
Update native
2014-02-06 16:06:09 +01:00
sum2012
1c3adb42f2
Fix Diabolik: The Original Sin crash
...
This commit orignal want fix #3326 by @unknownbrackets
2014-02-06 20:40:18 +08:00
Unknown W. Brackets
b4db1e6941
Stop reporting SMALLEST vpl priority.
...
It's supported now.
2014-02-06 00:04:56 -08:00
Henrik Rydgard
dacb940327
Update native (ignore A: and B:)
2014-02-05 10:53:35 +01:00
Henrik Rydgård
1b4cc5edb8
Merge pull request #5339 from raven02/patch-8
...
Use avcAu & atracAu to represent AVC and ATRAC access unit
2014-02-05 10:37:27 +01:00
Unknown W. Brackets
4a84541eb7
Merge branch 'module-load'
2014-02-04 23:50:31 -08:00
Unknown W. Brackets
9cb14cb58b
Add some reporting for module loading params.
...
To see what types of values even get passed...
2014-02-04 23:49:20 -08:00
raven02
c3f6c086ad
Keep it original
2014-02-05 09:10:27 +08:00
Henrik Rydgård
4082186407
Merge pull request #5341 from ufdada/patch-1
...
Fix language selection list
2014-02-04 12:57:46 -08:00
ufdada
0fc8c35297
Fix language selection list
...
You can´t choose any language on android, probably because of a bugfix (see ca8311b4b8
)
2014-02-04 17:24:28 +01:00
Henrik Rydgård
9bea246509
Upgrade savestates correctly for the brightnessLevel addition.
2014-02-04 17:10:46 +01:00
raven02
601bc39f9c
Use avcAu & atracAu to represent AVC and ATRAC access unit
2014-02-04 22:55:41 +08:00
Henrik Rydgård
441c600651
Merge pull request #5337 from raven02/patch-6
...
Implement sceDisplaySetBrightness()/sceDisplayGetBrightness()
2014-02-04 06:35:56 -08:00
raven02
b783723098
Implement sceDisplaySetBrightness()/sceDisplayGetBrightness()
2014-02-04 22:22:06 +08:00
Henrik Rydgård
a2bd83584b
Update README.txt with changes in 0.9.7. Please comment if something is missing.
2014-02-04 14:24:12 +01:00
Henrik Rydgård
ca8311b4b8
Fix post processing shader list on Android. Fixes #5330 .
...
This simply removes an old workaround that's no longer needed due to a
bug fix.
2014-02-04 13:20:36 +01:00
Henrik Rydgård
d80c1cb0bc
Merge pull request #5336 from raven02/patch-5
...
Small fix :)
2014-02-04 04:13:05 -08:00
raven02
0890567240
Small fix :)
2014-02-04 20:12:50 +08:00
Henrik Rydgård
557a3917e5
Merge pull request #5334 from raven02/patch-4
...
sceSas : should always delay thread
2014-02-04 04:07:38 -08:00
raven02
3f20b5ad77
sceSas : should be always delay thread
2014-02-04 20:03:54 +08:00
Henrik Rydgård
8bc6e3f861
Add a setting in System to set the screen rotation. Default is locked to landscape.
2014-02-04 12:58:37 +01:00
Henrik Rydgård
536fcbd719
Add support for new "native-method" NativeQueryConfig, which will be
...
used to implement settings like rotation lock where the implementation
is on the Java side on Android.
2014-02-04 12:09:14 +01:00
Henrik Rydgård
013a20f61a
Merge pull request #5332 from raven02/patch-3
...
Sanity Check ctx->mpegFirstTimestamp != 90000
2014-02-04 01:42:29 -08:00
Henrik Rydgård
e59e324e75
Merge pull request #5323 from unknownbrackets/sas
...
Set voices as keyed off when their envelope ends
2014-02-04 01:41:48 -08:00
Unknown W. Brackets
a00d5a2df8
Set a voice as keyed off when its envelope ends.
2014-02-04 01:35:53 -08:00
raven02
cb2528ab99
Report the mpeg first timestamp
2014-02-04 10:59:34 +08:00
raven02
2c212d5cd6
Sanity Check ctx->mpegFirstTimestamp != 90000
2014-02-04 09:21:16 +08:00
Henrik Rydgård
000222f550
Merge pull request #5331 from sum2012/patch-1
...
Fix MHP3 Chinese version crash in scempeg and scejpeg
2014-02-03 16:15:12 -08:00
sum2012
a2521ad01f
Fix MHP3 Chinese version crash in scempeg and scejpeg
2014-02-04 08:00:29 +08:00
Henrik Rydgård
80c9f9b489
Merge pull request #5318 from sky-zer/ios-patch3
...
Force aligned memory access for iOS
2014-02-03 12:03:41 -08:00
Henrik Rydgård
edfd77dd67
Merge pull request #5328 from lioncash/fix-proxy-block-destruction
...
Fix the destruction proxy blocks in DestroyBlock() in JitBlockCache.cpp.
2014-02-03 11:45:23 -08:00
lioncash
aaf834c032
Fix the destruction proxy blocks in DestroyBlock() in JitBlockCache.cpp.
...
Prior to this, it was possible for the wrong block to be deleted multiple times.
2014-02-03 14:40:37 -05:00
Henrik Rydgård
341a491548
Merge pull request #5326 from lioncash/tiny-log-fix
...
Fix a missing logging format parameter in sceUtility.cpp
2014-02-03 10:34:54 -08:00
Lioncash
76f72e2167
Fix a missing logging format parameter in sceUtility.cpp
2014-02-03 13:10:36 -05:00
Henrik Rydgård
6f389365d0
Merge pull request #5317 from unknownbrackets/dialog
...
Minor dialog tweaks
2014-02-02 16:15:09 -08:00
Henrik Rydgård
ac0d43e547
Merge pull request #5316 from unknownbrackets/vpl
...
Handle VPL fifo priority properly, fix sema fifo timeout
2014-02-02 16:14:45 -08:00