Commit Graph
45601 Commits
Author SHA1 Message Date
Unknown W. Brackets 1e8611a756 Make sure to check current status for changes.
The game may not even call GetStatus(), but the status should still
change.

Also, error when using InitStart() during Shutdown(), per tests.
2014-02-08 09:58:31 -08:00
Henrik Rydgård a95c0f5c3d Merge pull request #5368 from unknownbrackets/savedata
Use a delay to approximate timing of savedata status changes
2014-02-08 18:55:37 +01:00
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 ac5fd715e6 Merge pull request #5366 from raven02/patch-14
Add ERROR_MPEG_AVC_INVALID_VALUE
2014-02-08 18:04:27 +01:00
raven02 5aeed7c6c4 Add ERROR_JPEG_INVALID_VALUE 2014-02-09 00:10:28 +08:00
raven02 5557571c86 sceJpeg(): code cleanup and some additions 2014-02-09 00:09:25 +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
raven02 9df71811e0 Return ERROR_MPEG_AVC_INVALID_VALUE 2014-02-08 23:20:49 +08:00
raven02 25eb2d5664 Add ERROR_MPEG_AVC_INVALID_VALUE 2014-02-08 23:19:19 +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 48b4745e73 Some cleanup, make really sure we don't use AudioTrack on Gingerbread+. 2014-02-07 14:18:45 +01:00
Henrik Rydgård 4a743ca627 SDL: Add way to exit cleanly through a message. Warning fix. 2014-02-07 11:33:31 +01: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
raven02 2321d4c19c Code cleanup scePsmf 2014-02-06 22:11:26 +08: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 cf52650724 VFS: Detect non-local paths on Windows too. 2014-02-06 00:02:45 +01:00
Henrik Rydgard b23b44e43b Update the tools vcprojs 2014-02-05 20:03:28 +01:00
Henrik Rydgard 710d63aac1 Android: Send data about the device used in touch events. 2014-02-05 20:02:13 +01:00
Henrik Rydgard 790c70f3fb Center SDL window when possible 2014-02-05 19:44:43 +01:00
Henrik Rydgard b913c3c36f Use wstring conversion in file/dialog.cpp 2014-02-05 16:18:03 +01:00
Henrik Rydgard 841f04d369 For some reason, need to disable the SDL joystick code to build PCMain on windows 2014-02-05 14:46:21 +01:00
Henrik Rydgard dacb940327 Update native (ignore A: and B:) 2014-02-05 10:53:35 +01:00
Henrik Rydgard 63f7bae9c9 Filter out A:/ and B:/ drives from PathBrowsers. 2014-02-05 10:47:49 +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 https://github.com/hrydgard/ppsspp/commit/ca8311b4b814361f044c08d8f58e33eb1b2dd99c)
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
Henrik Rydgård 455411edcb Theme fix for text input alert dialogs 2014-02-04 16:17:41 +01:00
Henrik Rydgård d030b495fc draw_buffer text rendering: Handle non-breaking spaces (instead of printing a '?'). 2014-02-04 15:58:03 +01:00
raven02 601bc39f9c Use avcAu & atracAu to represent AVC and ATRAC access unit 2014-02-04 22:55:41 +08:00
raven02 a71039351f Set pts/dts as -1 when psmfplayer->mediaengine->IsVideoEnd() 2014-02-04 22:49:37 +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