raven02
00fe237f45
Fix YES/NO selection color in save dialog
2013-07-13 22:56:46 +08:00
raven02
3382e73063
Fix YES/NO background color in save dialog
2013-07-10 11:20:24 +02:00
Unknown W. Brackets
a32cf817ff
Fix some minor warnings.
2013-07-07 20:31:04 -07:00
raven02
d28dbffe68
Fix uninitialized variable in PSPMsgDialog
2013-07-03 08:13:16 +08:00
Lioncash
ea830774c8
Fix a missing 'break' in a date formatting switch statement in PSPSaveDialog.cpp.
2013-07-02 16:28:34 -04:00
raven02
66c1f59b42
Small fix to right border
2013-07-01 21:07:52 +08:00
raven02
ae796ad5c7
Add fake glowing effect to save icon
2013-07-01 20:42:10 +08:00
raven02
2db74a7088
Use "NEW DATA" as real PSP does for new save
2013-07-01 07:39:36 +08:00
raven02
78742a0ddb
Match transition in save dialog as real PSP does
2013-07-01 07:39:27 +08:00
raven02
0c22bcf2e4
Fix wrong YES/NO color of save dialog
2013-06-29 04:58:44 +08:00
raven02
fa138b9354
Quick fix sizing
2013-06-29 04:31:17 +08:00
raven02
1ecde43163
Match the font size of save dialog with real PSP
2013-06-29 04:28:50 +08:00
raven02
5b920e1d86
Add square icon to LOAD/SAVE/DELETE
2013-06-29 03:37:30 +08:00
raven02
1f9846e5c4
Minor sizing fix
2013-06-29 01:17:36 +08:00
raven02
c4b0db4d2f
Match message dialog with real PSP
2013-06-29 01:02:55 +08:00
Unknown W. Brackets
c36fa5bd76
Fix typo breaking delete button in OSK.
2013-06-26 08:07:21 -07:00
Lioncash
76165a8815
Fixed incorrect る/ル misplacements in the Japanese Hirigana/Katakana characters. Replaced them with the appropriate ろ/ロ character.
...
Fixes issue 2468.
2013-06-25 17:10:56 -04:00
Lioncash
5de2adcead
Fixed missing Japanese characters in the OSK.
...
Also added the vowel lengthening character to Katakana and Hirigana
2013-06-25 16:59:40 -04:00
Lioncash
b823bb7543
Change PSPPointer function name Valid to IsValid.
...
Improves readability and shows intent better.
2013-06-25 09:51:39 -04:00
Unknown W. Brackets
a94640f112
Fix a few null checks in savedata.
...
Fixes #2456 .
2013-06-24 23:02:57 -07:00
Unknown W. Brackets
f1659a228c
Dumb typo.
2013-06-24 08:38:06 -07:00
Henrik Rydgård
aab66ad623
Merge pull request #2443 from raven02/patch-12
...
Add text shadow to Yes/No/Enter/Back button
2013-06-24 08:18:26 -07:00
Unknown W. Brackets
ab353a4624
Compare with the old savedata params, not current.
...
Some savedata modes make changes that aren't flushed to memory right away.
Although, maybe/probably they shouldn't...
Fixes #2440 , fixes #2439 (which is a duplicate.)
2013-06-24 07:59:23 -07:00
raven02
b1c910b5b7
Add text shadow to Yes/No/Enter/Back button
2013-06-24 22:56:44 +08:00
Sacha
5ce2f2abcc
Blackberry Buildfix.
2013-06-24 21:22:05 +10:00
Unknown W. Brackets
9032fc274f
Reload the savedata request if it changes.
...
This happens in "Where Is My Heart?", and if it's ignored the save is
created with the wrong name and cannot be loaded properly later.
2013-06-23 22:30:23 -07:00
Unknown W. Brackets
8f0d3c55fb
Use PSP memory directly in GETSIZES for savedata.
2013-06-23 22:22:25 -07:00
Unknown W. Brackets
8734b29105
Return a bind value in FILELIST, tweaks.
2013-06-23 22:22:25 -07:00
Unknown W. Brackets
6eca664c7c
Switch idList to use structs in savedata.
2013-06-23 22:22:24 -07:00
Unknown W. Brackets
73acbe556d
Use the specified game/save name for SIZES.
...
It doesn't use the global one (not sure why...)
2013-06-23 22:22:24 -07:00
Unknown W. Brackets
3672b591bb
Return error codes from SavedataParam::GetSizes().
...
Rather than true/false, makes things simpler.
2013-06-23 22:22:23 -07:00
Unknown W. Brackets
16752f57b6
Switch SIZES savedata mode to using structs.
2013-06-23 22:22:23 -07:00
Unknown W. Brackets
63ceec35ac
For AUTOSAVE/MAKEDATA type modes, "" is valid.
...
Don't try to use the saveNameList in this case, use "".
2013-06-23 22:22:22 -07:00
raven02
1a46843996
Add text shadow to message dialog that match real PSP
2013-06-24 01:01:55 +09:00
Unknown W. Brackets
dae4156654
Make more savedata struct parts PSPPointers.
2013-06-22 22:49:39 -07:00
Unknown W. Brackets
12232dcad4
Simplify some Memory::GetPointer stuff.
2013-06-22 22:44:00 -07:00
Unknown W. Brackets
f7a717746f
Sometimes newData.buf is NULL, don't log an error.
2013-06-22 22:40:48 -07:00
Unknown W. Brackets
eb1f39f0eb
Use the saveName by default in MAKE/WRITE/READDATA.
...
Suspected this, but wasn't sure. Tests confirm it works like AUTOLOAD.
2013-06-22 14:48:09 -07:00
Unknown W. Brackets
8fe9620350
Always use iButtonPreference, fixes #2390 .
2013-06-21 17:45:39 -07:00
raven02
de4d970ab6
Toggle to adjust VPS/FPS/Both , new timeFormat/dateFormat/buttonPerference
2013-06-19 15:09:01 +08:00
Henrik Rydgård
c4abec3560
Add option for very transparent touch buttons
2013-06-17 20:28:22 +02:00
raven02
a1f6a23974
Use bit longer horizontal lines
2013-06-16 22:53:13 +02: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
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
raven02
26ec4c283f
Minor fix to the correct font scale
2013-06-15 16:29:46 +08:00
raven02
a9363292d6
Better align the message context in message dialog
2013-06-15 13:09:41 +08:00
aquanull
e52ac677c0
Quick Save Dialog workaround.
2013-06-11 18:21:48 +08:00
Henrik Rydgård
cf7fafc15c
Merge pull request #2191 from aquanull/PSPDialog
...
Psp dialog improvements
2013-06-11 01:49:34 -07:00
aquanull
96f9bfd792
Now the icon is missing.
2013-06-11 16:37:50 +08:00
evilcorn
ffd2211925
Use Button X to Confirm option also changes osk select and delete buttons
2013-06-10 13:50:26 -06:00