Commit Graph
45601 Commits
Author SHA1 Message Date
Unknown W. Brackets 97192388b6 Clamp float z in throughmode, rather than wrapping.
Matches tests, fixes sky in Tales of Eternia (#4572.)
2014-02-13 08:03:56 -08:00
Unknown W. Brackets eaa10de9af Merge remote-tracking branch 'upstream/through-z-unsigned' into through-z 2014-02-13 07:40:55 -08:00
Henrik Rydgård ddaf60976c Only apply the FMA3 workaround in x64.
http://connect.microsoft.com/VisualStudio/feedback/details/809664/the-crt-function-powf-will-crash-in-win8-1-pe
2014-02-13 16:02:10 +01:00
Henrik Rydgård 5850514245 Work around VS2013 CRT bug that affects Vista and Win7 RTM. 2014-02-13 15:57:36 +01:00
Henrik Rydgård 8c24384ce0 Update lang 2014-02-13 14:50:41 +01:00
Henrik Rydgård db3784f478 Merge pull request #5430 from sum2012/patch-5
Add scePsmfPlayerStop and scePsmfPlayerReleasePsmf error code
2014-02-13 13:27:56 +01:00
sum2012 b0d87a13c2 Add scePsmfPlayerStop and scePsmfPlayerReleasePsmf error code
Find in #5416
The game still not fix.
2014-02-13 20:22:56 +08:00
Henrik Rydgård 2e9f5cc8de Merge pull request #5425 from thedax/allowLangPathOverride
Allow the language ini path to be overridden for translation testing purposes.
2014-02-13 12:08:01 +01:00
Henrik Rydgård 79549e4acc PosS16Through: Treat Z as unsigned. 2014-02-13 11:59:47 +01:00
Henrik Rydgård c158d0ad10 Merge pull request #5427 from Kingcom/ListCheckboxes
Use checkboxes in breakpoint list
2014-02-13 11:57:04 +01:00
Henrik Rydgård 5fa6a947d9 Merge pull request #5349 from raven02/patch-10
Code cleanup scePsmf
2014-02-13 11:21:36 +01:00
Kingcom 2b7a601c17 Add checkboxes to GenericListControl, use them in CtrlBreakpointList 2014-02-13 10:24:42 +01:00
The Dax 46b2921d4b Include native update so builds don't fail. 2014-02-12 19:05:00 -05:00
Henrik Rydgård f7f5e2c3ff Merge pull request #196 from thedax/allowi18nPathOverride
Allow i18n path override for easier translation testing on mobile devices
2014-02-13 00:51:30 +01:00
The Dax 128e95c079 Fix bad tab. 2014-02-12 18:48:09 -05:00
The Dax d644f708c7 Allow the i18n ini path to be overridden with a custom path. 2014-02-12 18:43:53 -05:00
The Dax 72546b83a7 Allow the language ini path to be overridden for translation testing purposes. 2014-02-12 18:31:54 -05:00
Henrik Rydgård 474890b450 Merge pull request #5423 from sum2012/patch-3
Add scePsmfPlayerGetVideoData and scePsmfPlayerGetAudioData log information
2014-02-12 17:13:29 +01:00
Unknown W. Brackets ab8a8a61dc Shut down emulation when the game exits.
Fixes #5421.
2014-02-12 08:06:53 -08:00
sum2012 f5a5c4bd08 Add scePsmfPlayerGetVideoData and scePsmfPlayerGetAudioData log information 2014-02-12 23:32:05 +08:00
Henrik Rydgård 561dcf8fd1 Merge pull request #5407 from raven02/patch-18
Return -1 when no atrac inited
2014-02-12 15:26:54 +01:00
raven02 4f744436bb Return -1 when no atrac inited 2014-02-12 21:55:36 +08:00
Henrik Rydgård b59f09987d Update native 2014-02-12 12:47:01 +01:00
Henrik Rydgård 25586949cc Tab fix 2014-02-12 12:46:43 +01:00
Henrik Rydgård 6f6c81ce19 Need to check the quit flag here too 2014-02-12 12:45:49 +01:00
Henrik Rydgard 75e0c812e0 Update native with clean-exit fixes (sort of) for Symbian and Blackberry.
See #5418
2014-02-12 11:55:12 +01:00
Henrik Rydgard 5557c6801b Also add basic support for "clean exit" to Symbian (although hacky) 2014-02-12 11:54:53 +01:00
Henrik Rydgard ae94967bec Add proper shutdown to Blackberry (untested)
@xsacha
2014-02-12 11:51:59 +01:00
Henrik Rydgard e0c81ab662 Fix remaining problems in #5396 and #5401 2014-02-12 11:35:38 +01:00
Henrik Rydgård 711c0824ca Merge pull request #5422 from kaienfr/branch_loaduserfont
Load game's user font file (.pgf) from game's image.
2014-02-12 11:17:45 +01:00
Henrik Rydgard 14018bd763 Apply the fog fix to software transform as well. See #2387 2014-02-12 11:13:49 +01:00
Henrik Rydgard 9e6d7abf4e Minor cleanup 2014-02-12 11:10:44 +01:00
kaienfr d6a71355d7 Load game's user font file (.pgf) from game's image.
Especially support some chinese psp games which use their own fonts zh_gb.pgf from image.
2014-02-12 11:05:03 +01:00
Henrik Rydgard e3f389e41c Update native with zip directory bugfix. Fixes #5404 2014-02-12 11:04:07 +01:00
Henrik Rydgard 52237f3980 Fix bug where files with the same prefix as a directory would look like they were in that directory, but with their name chopped. 2014-02-12 11:03:31 +01:00
Henrik Rydgard fb3febb22b Fix in-game rendering resolution changes on Windows. Fixes #5401 2014-02-12 10:43:10 +01:00
Henrik Rydgard 7e9c0e766a Attempt temporary workaround for iOS shutdown issues. 2014-02-12 10:26:53 +01:00
Henrik Rydgard 5ca590b746 Add a way to override the framebuffer bound with "unbind".
Allows capturing the output properly if needed to redisplay in strange ways, such as duplicating the screen for VR headsets and similar. This code will be committed later.

For true stereo, will need a lot more changes.
2014-02-12 10:21:28 +01:00
Henrik Rydgård 70ca7fd4d5 Merge pull request #5420 from unknownbrackets/io-minor
Support PSP_O_TRUNC on Windows
2014-02-12 10:17:06 +01:00
Unknown W. Brackets bd982b2e6f Support PSP_O_TRUNC on Windows.
There are more modes we don't support properly.  May fix savedata
corruption in Gran Turismo and possibly other games.
2014-02-11 23:54:30 -08:00
Henrik Rydgård fa473da62a Reduce savedata init delay to 200ms 2014-02-11 21:45:08 +01:00
ufdada 76e81c182a another approach 2014-02-11 18:32:26 +01:00
Henrik Rydgård caf729e01e Remove call to SetState, superfluous now that the state variables are gone. 2014-02-11 17:05:46 +01:00
Henrik Rydgård 0a3c59466d Merge pull request #5405 from hrydgard/envelope-simplifiy
Sas envelopes: Simplify away some redundant state.
2014-02-11 16:55:31 +01:00
Unknown W. Brackets d279dcd454 Fix renaming a function from disassembly. 2014-02-11 07:45:13 -08:00
Henrik Rydgård e9fa37b4de Merge pull request #5411 from sum2012/patch-1
Fix MapFilePath by @unknownbrackets
2014-02-11 14:35:26 +01:00
sum2012 b348c05467 Fix MapFilePath by @unknownbrackets
Fix #5377
2014-02-11 21:26:44 +08:00
Henrik Rydgård 0f4ccf52f4 Update README. Avoid recursing the symbolmap lock when we don't need to. 2014-02-11 14:21:40 +01:00
Henrik Rydgård c8ebd81780 Merge pull request #5408 from raven02/patch-19
Try savedata init delay 500ms
2014-02-11 12:52:10 +01:00
raven02 54bbdebcc9 Try savedata init delay 500ms 2014-02-11 19:48:56 +08:00