Commit Graph

14893 Commits

Author SHA1 Message Date
Henrik Rydgård
c9be32daf7 Merge pull request #6984 from AbandonedCart/master
Revert iPhone 6 changes (Temporarily), Fix iOS tar command
2014-10-08 23:44:57 +02:00
TwistedUmbrella
31b07d5571 iOS: MacOS compatible post-build command 2014-10-08 16:00:36 -04:00
TwistedUmbrella
ea67baa45b Revert "iOS: add LaunchScreen.xib for support iPhone 6 and 6 Plus native screen resolution"
This reverts commit 4dc6e26801.
2014-10-08 16:00:16 -04:00
TwistedUmbrella
f4216483cb Revert "iOS: install LaunchScreen.xib"
This reverts commit 39716c68b3.
2014-10-08 16:00:01 -04:00
TwistedUmbrella
3f3e464dae Revert "iOS: Add launch xib name to info.plist"
This reverts commit b7db78362d.
2014-10-08 15:59:18 -04:00
Sacha
adef4c3b70 Remove unnecessary files from Blackberry build package. 2014-10-09 04:59:30 +10:00
Sacha
5c7f3b6995 Allow creation of window on custom screen set by SDL_VIDEO_FULLSCREEN_HEAD 2014-10-09 03:54:11 +10:00
Henrik Rydgård
2feae8d98e Merge pull request #6978 from daniel229/replace_danganronpa
Replace frame download in danganronpa 1&2
2014-10-07 00:46:19 +02:00
Henrik Rydgård
4eed560e78 Merge branch 'sdl2' of github.com:PGGB/ppsspp into PGGB-sdl2 2014-10-05 14:22:29 +02:00
Henrik Rydgård
c9a21ab44d Add T2 and T3 to our register enum for clarity 2014-10-05 14:20:30 +02:00
daniel229
5ff098efb9 Another replace frame download in danganronpa 1 2014-10-05 13:46:47 +08:00
daniel229
ef1484da65 Replace frame download in danganronpa 1 2014-10-05 13:44:39 +08:00
daniel229
a7cf3aeafc Another replace frame download in danganronpa 2 2014-10-05 13:42:03 +08:00
daniel229
d7927009d0 Replace frame download in danganronpa 2 2014-10-05 13:39:15 +08:00
Henrik Rydgård
3eec3a1497 Merge pull request #6977 from sum2012/UI_Crash
Win32:Prevent crash without ui_atlas.zim
2014-10-05 00:05:49 +02:00
sum2012
eca659d6f1 Win32:Prevent crash without ui_atlas.zim
Just exit PPSSPP.Work around #6843
2014-10-05 04:31:45 +08:00
Henrik Rydgård
8a2ad025c7 Merge pull request #6974 from unknownbrackets/atrac-minor
Properly handle atrac packets with multiple frames
2014-10-04 09:27:01 +02:00
Unknown W. Brackets
adef5bbe59 Discard packet data when seeking. 2014-10-03 23:23:36 -07:00
Unknown W. Brackets
50e4eded75 Actually use the temp packet. 2014-10-03 23:08:16 -07:00
Unknown W. Brackets
72e8e6448f Don't eat packet data when using a temp packet. 2014-10-03 22:17:25 -07:00
Unknown W. Brackets
cf7e280185 Attempt to ensure we don't decode partial frames. 2014-10-03 22:11:45 -07:00
Unknown W. Brackets
f421453bf9 Align samples even after a loop.
This corrects the amount of audio after certain loops, but it doesn't seem
to output the right data when this happens.

Possibly, seeking isn't doing the right thing and resetting state that
shouldn't be reset when a loop happens.  Not sure... but it was already
wrong before, this just reads the right amount of it.
2014-10-03 21:33:45 -07:00
Unknown W. Brackets
2f443f52a6 Ensure we request s16 samples.
We won't get these for atrac3+, but we should for atrac3 (seems to be the
default anyway, but better to be clear.)
2014-10-03 20:05:08 -07:00
Unknown W. Brackets
24ab84a0fe Centralize atrac frame decode logic. 2014-10-03 20:04:54 -07:00
Unknown W. Brackets
398646411a Properly handle atrac packets with multiple frames.
This gets us decoding the start of a file and near loops way more
correctly.
2014-10-03 19:48:39 -07:00
Henrik Rydgård
061fe9ab0a Merge pull request #6969 from daniel229/savedata
Savedata minor
2014-10-03 17:24:24 +02:00
Henrik Rydgård
7d44711198 Merge pull request #6957 from unknownbrackets/reporting
Add an option to provide compatibility feedback
2014-10-03 17:22:19 +02:00
Henrik Rydgård
60d1b245ff Merge pull request #6971 from unknownbrackets/atrac-minor
Correct first next sample calculation
2014-10-03 16:55:10 +02:00
Unknown W. Brackets
1b520ea673 Correct first next sample calculation.
If it's exactly matching a frame size, we need to return a full frame,
rather than 0.  Fixes #6967.
2014-10-03 07:49:35 -07:00
Henrik Rydgård
beabe03473 Merge pull request #6965 from rock88/master
iPhone 6 and 6 Plus support
2014-10-03 12:58:27 +02:00
rock88
b7db78362d iOS: Add launch xib name to info.plist 2014-10-03 17:50:12 +07:00
daniel229
70fac3a65e savedata 2014-10-03 15:16:12 +08:00
rock88
39716c68b3 iOS: install LaunchScreen.xib 2014-10-02 21:49:49 +07:00
rock88
4dc6e26801 iOS: add LaunchScreen.xib for support iPhone 6 and 6 Plus native screen resolution 2014-10-02 21:49:06 +07:00
rock88
5cb9bddea9 iOS: update few compiler path 2014-10-02 21:07:19 +07:00
Henrik Rydgård
c2a462ceb2 Merge pull request #6949 from daniel229/func_replace_soranokiseki
Functions replace in Sora no Kiseki FC, SC ,and Boku no Natsuyasumi 2 and 4
2014-10-02 15:48:28 +02:00
Henrik Rydgård
ee77bca068 Merge pull request #6959 from unknownbrackets/atrac-minor
Correct some minor issues with atrac looping
2014-09-30 15:06:45 +02:00
Unknown W. Brackets
2221951cd9 Correct atrac looping offset by one frame. 2014-09-28 15:19:30 -07:00
Unknown W. Brackets
3856a53503 Handle atrac files with larger "fact" chunks.
Ends up with the a separate offset for loops, it seems like.  This corrects
looping information for these files.
2014-09-28 15:19:29 -07:00
Unknown W. Brackets
58afdfac60 Return an error for MOut on a stereo stream.
It seems like it won't downmix, it returns an error.
2014-09-28 15:19:29 -07:00
Unknown W. Brackets
feada0ee65 Adjust some logging.
Report logic op more correctly, cleanup an incorrect log.
2014-09-28 15:13:52 -07:00
Henrik Rydgård
91eb8b7cb1 Merge pull request #6960 from sum2012/dx9
Add more information for directx 9 error
2014-09-28 15:09:24 +02:00
sum2012
eded13a21d Add more information for directx 9 error 2014-09-28 15:55:16 +08:00
Unknown W. Brackets
af822b1647 Add actual reporting of compatibility. 2014-09-27 16:41:34 -07:00
Unknown W. Brackets
d068622b4e Add selector for compatibility rating.
Might just kill gameplay?
2014-09-27 16:41:33 -07:00
Unknown W. Brackets
e4792116a7 Initial attempt at a compat report screen. 2014-09-27 16:41:33 -07:00
Henrik Rydgård
80a28e5ac7 Merge pull request #6950 from unknownbrackets/gpu-minor
d3d9: Show an error when default shaders fail to compile
2014-09-27 18:38:42 +02:00
Henrik Rydgård
f875b14666 Merge pull request #6954 from unknownbrackets/font-minor
Fix some minor issues in sceFont causing failing tests
2014-09-27 18:35:41 +02:00
Henrik Rydgård
7d6ce52dfe Merge pull request #6955 from unknownbrackets/dialog-minor
Fix the utility/msgdialog/abort test
2014-09-27 18:35:25 +02:00
Unknown W. Brackets
42fe8ee32e Convert FormatMessage() to utf-8 to fix locale.
Otherwise we get non-utf-8 garbage if the user isn't in a Latin codepage.
2014-09-27 09:04:24 -07:00