5693 Commits

Author SHA1 Message Date
Unknown W. Brackets
ea299e358d Oops, dumb typo. 2013-06-16 22:18:17 -07:00
Henrik Rydgård
7cec1ae927 Merge pull request #2310 from makotech222/cwcheatUI
CWcheat Rewrite Part1
2013-06-16 22:15:57 -07:00
Unknown W. Brackets
d6de868108 Correctly savestate the atrac ids. 2013-06-16 20:03:09 -07:00
Unknown W. Brackets
b4269bce53 Implement sceAtracReinit(), reuse atracIDs.
The same way tests show the PSP does.  Fixes Ridge Racer mini loading
game when you try to play too long.
2013-06-16 19:05:10 -07:00
Unknown W. Brackets
25bba708e1 Make it so createAtrac() can return an error.
It doesn't yet, but if it's out of IDs, it should.
2013-06-16 18:42:41 -07:00
Steven Cherry
ff17a41171 Rewrite .ini files to match cheat.db
Rewrite .ini titles for better identification
2013-06-16 17:59:59 -05:00
Henrik Rydgard
d220e55d4f Android: Declare support for large screens. 2013-06-16 23:48:24 +02:00
Henrik Rydgard
e782b6f20e Add VSync option in Windows. Turns itself off when unthrottled. 2013-06-16 23:45:06 +02:00
Henrik Rydgard
c35b206398 Update native to fix excessive logging on android, minor ui tweaks 2013-06-16 22:53:13 +02:00
raven02
a1f6a23974 Use bit longer horizontal lines 2013-06-16 22:53:13 +02:00
Henrik Rydgård
fd75cc272f Merge pull request #2307 from unknownbrackets/io-minor
Ensure sceIo fds are in the range 0 - 64
2013-06-16 10:38:27 -07:00
Henrik Rydgård
c386e2f3e7 Merge pull request #2303 from unknownbrackets/clut-base
Hash/convert more when a CLUT base is used
2013-06-16 10:29:32 -07:00
Unknown W. Brackets
2bc3da5b94 Return fds in the range 0 - 64 like the PSP.
Some games appear to check ids are valid specifically by checking this
range.  Reproduced on a PSP.
2013-06-16 10:07:49 -07:00
Unknown W. Brackets
c1ed09949d Initial impl of sceIoGetFdList(). 2013-06-16 09:11:19 -07:00
Unknown W. Brackets
00540ea44c Hash/convert more when a CLUT base is used.
This seems a bit strange, but the games that use these bases seem to read
outside the loaded CLUT to a previously loaded CLUT.

May cause a performance issue on games that use a base but don't do this.
2013-06-16 08:04:21 -07:00
Sacha
503b9d9e2b Fix Blackberry10 building on non-Windows systems. 2013-06-16 21:12:24 +10:00
Henrik Rydgård
5c14ec134c Add support for external at3plus decoders on MacOSX 64bit. 2013-06-16 12:43:37 +02:00
Henrik Rydgård
f99caadec7 Merge pull request #2292 from unknownbrackets/fbo-alpha
Ignore alpha when writing to display
2013-06-16 01:07:38 -07:00
Henrik Rydgård
36961921b4 Merge pull request #2296 from unknownbrackets/loadexec
sceKernelLoadExec(.../BOOT.BIN) should load EBOOT.BIN instead
2013-06-16 01:04:22 -07:00
Unknown W. Brackets
2d769384e4 sceKernelLoadExec(.../BOOT.BIN) loads EBOOT.BIN.
Fixes #2289, crash when pressing R+L+Start+Select in Final Fantasy 3.
2013-06-15 21:30:48 -07:00
Unknown W. Brackets
2ab16f13b1 If __KernelLoadExec() fails, halt emulation.
Otherwise, we have no current thread, nothing can work.
2013-06-15 21:22:28 -07:00
Unknown W. Brackets
5dd9ece98b Ignore alpha when writing to display. 2013-06-15 17:32:35 -07:00
Henrik Rydgard
f836517853 MsgDialog: Have the text WRAP_WIDTH match the horizontal lines. Fixes #2288. 2013-06-15 23:55:23 +02:00
Henrik Rydgård
d6e5ec3163 Merge pull request #2276 from aquanull/PSPDialogTextFix
Psp dialog text fix
2013-06-15 13:11:37 -07:00
Henrik Rydgård
22a2a03a9d Merge pull request #2280 from oioitff/mpeg-fix
Bug fix for scepsmf.
2013-06-15 12:45:16 -07:00
Henrik Rydgård
861d77665c Merge pull request #2279 from unknownbrackets/mpeg-fix
Write video images with zeroed alpha
2013-06-15 12:44:43 -07:00
Henrik Rydgård
3d4ffb793e Merge pull request #2283 from unknownbrackets/ui-tweaks
Fix inconsistent button order in settings
2013-06-15 12:42:03 -07:00
Unknown W. Brackets
9625f90477 Previous on the left, next on the right.
Stay consistent at least.  Fixes #2282.
2013-06-15 11:59:57 -07:00
oioitff
00e6873a30 Bug fix for scepsmf. 2013-06-16 01:35:47 +08:00
Unknown W. Brackets
afdaa1e299 Write video images with zeroed alpha.
Fixes #2277, Sword Art Online.
2013-06-15 10:01:57 -07:00
aquanull
3867a774ba Text spacing adjustments. 2013-06-15 21:20:18 +08:00
aquanull
fb651156d8 Implement text truncation with ellipses. 2013-06-15 21:20:17 +08:00
aquanull
336f388fa2 Allow CJK characters to be wrapped individually. 2013-06-15 21:20:17 +08:00
aquanull
77a01c1526 Fix missing punctuation marks when the text is wrapped around them.
Truncate trailing white spaces instead of putting them on the beginning of the next line.
2013-06-15 21:20:17 +08:00
Henrik Rydgård
c8bbad2731 Update native (mouse fix for sdl) 2013-06-15 15:13:30 +02:00
Henrik Rydgård
0b433d28ba Add some more people to contributors in the Credits scroller. 2013-06-15 15:05:01 +02:00
Henrik Rydgård
c128f164ed Fix PPSSPPSDL on MacOSX, link ffmpeg. 2013-06-15 15:05:00 +02:00
Henrik Rydgård
856fe3ec14 Merge pull request #2275 from raven02/patch-3
Mipmapping always set to true that real PSP does
2013-06-15 05:30:48 -07:00
raven02
18aaa91d04 Mipmapping always set to true that real PSP does 2013-06-15 21:19:49 +09:00
Henrik Rydgard
ffb1d65313 Add forum link to help menu on Windows, and under the website link on the main menu screen. 2013-06-15 11:44:06 +02:00
Henrik Rydgård
4437e0dfc7 Merge pull request #2263 from raven02/master
Quick fix wrong sizing of CIRCLE image and misc UI refinements
2013-06-15 02:17:38 -07:00
Henrik Rydgard
85d896b953 Fix showing log windows on load with -l (initialization order). 2013-06-15 10:55:18 +02:00
raven02
26ec4c283f Minor fix to the correct font scale 2013-06-15 16:29:46 +08:00
Henrik Rydgård
5bd2b24a5c Merge pull request #2264 from aquanull/WinFix
Win fix
2013-06-15 00:16:00 -07:00
Henrik Rydgård
4320637e00 Merge pull request #2257 from thedax/disableTouchOnDesktop
Disable touch controls for Windows
2013-06-15 00:15:04 -07:00
Henrik Rydgård
e41340d5b9 Merge pull request #2265 from raven02/patch-1
Better align the message context in message dialog
2013-06-15 00:14:40 -07:00
Henrik Rydgård
2348013cb9 Merge pull request #2260 from unknownbrackets/mpeg-fix
Ensure FFmpeg doesn't corrupt an early keyframe
2013-06-15 00:14:03 -07:00
Henrik Rydgård
180adb32d3 Merge pull request #2267 from unknownbrackets/thread-funcs
Return correct errors in sceKernelDeleteThread()
2013-06-15 00:11:19 -07:00
Henrik Rydgård
54140043a2 Merge pull request #2266 from unknownbrackets/atrac-fix
Ignore/fail on bad seeks for atrac3 audio
2013-06-15 00:10:59 -07:00
Unknown W. Brackets
1e805e7fc8 Return correct errors in sceKernelDeleteThread().
And also, don't reschedule in sceKernelTerminateDeleteThread(), per tests.
2013-06-15 00:05:21 -07:00