Commit graph

5466 commits

Author SHA1 Message Date
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
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
raven02
cf37d569a5 Shorter string for Enable compatibility report servers 2013-06-15 14:54:50 +08:00
raven02
c7d3caf5f7 Make frameskipping UI consistents with others 2013-06-15 14:36:07 +08:00
raven02
6d82479fe5 Only display "download atrac3+ plugin" when it is not installed. 2013-06-15 14:30:34 +08:00
Unknown W. Brackets
7531e50d27 Ignore/fail on bad seeks for atrac3 audio.
This was happening in Disgaea, and causing it to crash.
2013-06-14 23:26:31 -07:00
raven02
de0b94542f Display current selection for texture scaling 2013-06-15 15:23:14 +09:00
Unknown W. Brackets
f6534c3809 Fix a possible buffer over/underflow issue in mpeg.
Atrac seems to have a problem here, so let's be safe.
2013-06-14 23:21:12 -07:00
Unknown W. Brackets
9406561492 The seek callback should return new offset.
Like lseek().  Not the passed param.
2013-06-14 23:12:56 -07:00
raven02
136c05c722 Minor spacing fix 2013-06-15 13:51:54 +08:00
raven02
2aec47e702 Optimizing the space to put in single line for texture scaling and AF as well 2013-06-15 13:50:18 +08:00
raven02
8821528d01 Optimizing the space to put in single line for frame skipping and fps limit 2013-06-15 14:43:49 +09:00
raven02
d821946da5 Only show option to select when enabled frameskip and FPS limit 2013-06-15 13:26:38 +08:00
raven02
a9363292d6 Better align the message context in message dialog 2013-06-15 13:09:41 +08:00
raven02
c0d51065d6 Display current AF 2013-06-15 13:08:00 +08:00
aquanull
5898b6872c Show the mouse cursor on full screen when it is moved or clicked. 2013-06-15 13:07:09 +08:00
aquanull
bb5fce600e Fix/prevent crashes when MainWindow is closed before LoadFile() completes, or when it gets certain messages before TheThread completes initialization.
Fix missing ppsspp.ini loading log (only 1 unimportant line though).
Fix loading ui_atlas.zim failure when [General]Browse = True is set in ppsspp.ini.
Some other minor fixes as well.
2013-06-15 13:06:43 +08:00
raven02
c96bf8d375 Swap the position of next and prev button for better navigation 2013-06-15 12:38:22 +08:00
raven02
2e2ec5bcea Quick fix wrong sizing of CIRCEL 2013-06-15 11:30:01 +08:00
Unknown W. Brackets
2ec8106809 Ensure FFmpeg doesn't corrupt an early keyframe.
When the analyze func runs, it seems to check between 2-4% (or so?) of the
stream, which for longer videos especially we don't have yet.  Returning a
read failure here seems to truncate that keyframe sometimes.

FFmpeg asks for the total size when this happens, which we were ignoring.
Handling it fixes this, as FFmpeg apparently realizes we ran out of data.
2013-06-14 17:56:27 -07:00
Henrik Rydgard
ce2c18d2fe Remove redundant vmov instructions (seen in wipeout) 2013-06-15 00:19:48 +02:00
Henrik Rydgård
043f819c38 Merge pull request #2258 from oioitff/mpeg-fix
Implement scePsmfGetNumberOfSpecificStreams and fix wrong video/audio stream channel.
2013-06-14 11:35:28 -07:00