mgaver
|
c937d23214
|
Update PSPOskDialog.cpp
Fix Korean keyboard.
|
2013-04-23 23:55:30 +09:00 |
|
mgaver
|
f8681fde08
|
Update PSPOskDialog.cpp
Fix Korean keyboard.
|
2013-04-23 23:55:01 +09:00 |
|
mgaver
|
9ae9b5fbe3
|
Update PSPOskDialog.cpp
Fix Korean keyboard
|
2013-04-23 23:47:27 +09:00 |
|
oioitff
|
a944c96137
|
Remove the useless codes instead.
|
2013-04-23 22:31:23 +08:00 |
|
mgaver
|
1525bc696f
|
Update PSPOskDialog.h
Add Korean keyboard and Russian keyboard.
|
2013-04-23 23:24:42 +09:00 |
|
mgaver
|
a12709b96d
|
Update PSPOskDialog.cpp
Add Korean keyboard and Russian keyboard.
|
2013-04-23 23:24:06 +09:00 |
|
oioitff
|
62f79989bd
|
Implement _sceSasCoreWithMix correctly.
The inoutAddr should be both input and output buffer address.
|
2013-04-23 22:00:14 +08:00 |
|
raven02
|
3a9cd05f5d
|
Bool for bFrameSkip
|
2013-04-23 21:21:31 +08:00 |
|
 raven02andJacky TSUI
|
5768947f9d
|
Add configurable frameskip
|
2013-04-23 21:16:27 +08:00 |
|
Henrik Rydgård
|
fbdca8b200
|
Merge pull request #1460 from mgaver/master
Update Japanese On Screen Keyboard.
|
2013-04-23 04:36:40 -07:00 |
|
mgaver
|
60f9906bf2
|
Update Config.cpp
Add jailbreak detection(Non-jailbreak iDevice doesn't support JIT Compiler)
|
2013-04-23 14:51:48 +09:00 |
|
mgaver
|
989c9b4371
|
Update Config.cpp
Add jailbreak detection(Non-jailbreak iDevice doesn't support JIT Compiler)
|
2013-04-23 14:38:28 +09:00 |
|
Henrik Rydgard
|
c83cf1497c
|
Change back default button preference to cross. Oops, accidentally released 0.7.6 with circle.. oh well.
|
2013-04-22 23:40:24 +02:00 |
|
mgaver
|
531e092c30
|
Update PSPOskDialog.cpp
Input character align to center
|
2013-04-23 00:53:58 +09:00 |
|
mgaver
|
cf70cbc15f
|
Update PSPOskDialog.cpp
Remove unusable comment.
|
2013-04-22 18:25:57 +09:00 |
|
mgaver
|
e22f8d516e
|
Update Japanese On Screen Keyboard
|
2013-04-22 18:02:52 +09:00 |
|
Unknown W. Brackets
|
cf77660e3c
|
Return an error when loading a module twice.
The PSP does this, and FF4 checked for this error specifically.
|
2013-04-21 23:37:53 -07:00 |
|
Unknown W. Brackets
|
b2a118ef9d
|
Enable MAKEDATA/READDATA/WRITEDATA.
Not sure if there's more to them, but LBP saves work between the PSP
and PPSSPP with this.
|
2013-04-21 14:18:12 -07:00 |
|
Henrik Rydgard
|
628c223234
|
GPUCommon: Get rid of prev variable.
|
2013-04-21 19:32:56 +02:00 |
|
ufdada
|
1d520e79ac
|
shorter keys for language-ini
Every dialog with linefeed included (\n) is now shorter and replaced in the second parameter.
|
2013-04-21 15:08:18 +03:00 |
|
Henrik Rydgård
|
991fe2321d
|
Merge pull request #1420 from unknownbrackets/osk-fix
The prefill text is optional in the OSK
|
2013-04-21 02:05:46 -07:00 |
|
Unknown W. Brackets
|
7eeba4b120
|
The prefill text is optional in the OSK.
|
2013-04-21 01:54:36 -07:00 |
|
Henrik Rydgård
|
de2826a8e6
|
Merge pull request #1417 from MrYadro/master
Updated Russian and English localization and D for dialog
|
2013-04-21 01:09:02 -07:00 |
|
Henrik Rydgård
|
f63963f0e3
|
Merge pull request #1416 from unknownbrackets/mpeg-fix
Add thread delays to sceMpeg
|
2013-04-21 01:08:16 -07:00 |
|
Yaroslav
|
a0b722a9b6
|
D for Dialog
|
2013-04-21 14:16:01 +07:00 |
|
Unknown W. Brackets
|
273080a48b
|
Add delays to the sceMpegGet*Au() functions.
Mostly from JPCSP. I'm having trouble building a good test that
replicates these, but this fixes #1198 and seems right.
|
2013-04-20 23:17:10 -07:00 |
|
Unknown W. Brackets
|
a296bba3e1
|
Also delay inside sceMpegAtracDecode().
This is just from JPCSP but we don't have the function working properly
yet anyway.
|
2013-04-20 22:42:51 -07:00 |
|
Unknown W. Brackets
|
3914742485
|
Make sceMpegAvcDecode() reschedule, based on tests.
Timing seems variable but this should be safe-ish.
|
2013-04-20 22:38:56 -07:00 |
|
Unknown W. Brackets
|
a232764728
|
Fix error code for empty ringbuffer in mpeg.
|
2013-04-20 22:16:41 -07:00 |
|
raven02
|
f56df7ef6f
|
Add a missing m->T("Back") in PSPSaveDialog
|
2013-04-21 07:23:05 +08:00 |
|
Unknown W. Brackets
|
97a944091a
|
Improve the UX in the OSK just a tiny bit.
|
2013-04-20 15:05:18 -07:00 |
|
Unknown W. Brackets
|
7baf27bbc3
|
Toggle keyboards for uppercase, as users expect.
Also should make l10n here easier.
|
2013-04-20 15:05:18 -07:00 |
|
Unknown W. Brackets
|
75d8eca76f
|
Prefill the OSK when requested to.
|
2013-04-20 15:03:33 -07:00 |
|
Unknown W. Brackets
|
27cf72afb6
|
Add more error checks for OSK, fix field length.
|
2013-04-20 15:03:32 -07:00 |
|
Unknown W. Brackets
|
f8d726c5ea
|
Validate OSK struct size and don't do copying.
The PSP itself only allows the correct size struct.
|
2013-04-20 15:03:32 -07:00 |
|
raven02
|
9d7183dfa0
|
Fix Start/Select button in OSK screen
|
2013-04-21 06:01:12 +08:00 |
|
mgaver
|
f269a0b9bb
|
Update PSPSaveDialog.cpp
Restore spcaing to center it.
|
2013-04-21 05:11:18 +09:00 |
|
Mgaver
|
d09a69906d
|
update MsgDialog, OskDialog, SaveDialog translatable
Make a new section "Dialog" into language ini files.
|
2013-04-21 04:36:50 +09:00 |
|
Henrik Rydgård
|
da96330d2e
|
Merge pull request #1384 from JimLee168/master
Reset m_hStepEvent
|
2013-04-20 09:48:55 -07:00 |
|
JimLee168
|
d389289b24
|
Reset m_hStepEvent
|
2013-04-21 00:41:17 +08:00 |
|
Unknown W. Brackets
|
b264915d28
|
Correct sceUtilityGetSystemParamString() per tests.
|
2013-04-20 09:37:47 -07:00 |
|
Unknown W. Brackets
|
1fe7242e47
|
Store parental level as an integer.
|
2013-04-20 09:37:47 -07:00 |
|
Henrik Rydgård
|
84f1bc366d
|
Zero-terminate nickname
|
2013-04-20 15:39:29 +02:00 |
|
Henrik Rydgård
|
7ae0a07806
|
Merge pull request #1357 from CrazyMax/master
add save/load PSP system parameters to/from config file
|
2013-04-20 06:36:43 -07:00 |
|
Unknown W. Brackets
|
3bb5651ca7
|
Initial x86 jit for vtfm/vhtfm.
|
2013-04-20 01:52:06 -07:00 |
|
Unknown W. Brackets
|
9245490b53
|
Initial / simple vmscl for x86 jit.
|
2013-04-20 01:34:16 -07:00 |
|
Unknown W. Brackets
|
29109d25af
|
Non-optimal vmmul for x86 jit.
It's faster than interpreter anyway, but it could be much better.
|
2013-04-20 01:15:15 -07:00 |
|
Unknown W. Brackets
|
cfac7324d6
|
Implement vscl in the x86 jit.
|
2013-04-20 01:15:14 -07:00 |
|
Henrik Rydgård
|
d595a5d567
|
Merge pull request #1365 from tpunix/master
add DLC support to ppsspp
|
2013-04-19 23:45:18 -07:00 |
|
tpu
|
641b78ab67
|
add DLC support
|
2013-04-20 13:51:40 +08:00 |
|