mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 08:09:51 +00:00
0.2
This commit is contained in:
parent
9271bc2383
commit
6c160ee7fc
@ -1,7 +1,7 @@
|
||||
// NOTE: Apologies for the quality of this code, this is really from pre-opensource Dolphin - that is, 2003.
|
||||
|
||||
|
||||
#define programname "PPSSPP v0.1"
|
||||
#define programname "PPSSPP v0.2"
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.ppsspp.ppsspp"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.1" >
|
||||
android:versionName="0.2" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8"/>
|
||||
|
||||
|
@ -147,7 +147,7 @@ void MenuScreen::render() {
|
||||
|
||||
ui_draw2d.DrawTextShadow(UBUNTU48, "PPSSPP", dp_xres + xoff - w/2, 80, 0xFFFFFFFF, ALIGN_HCENTER | ALIGN_BOTTOM);
|
||||
ui_draw2d.SetFontScale(0.7f, 0.7f);
|
||||
ui_draw2d.DrawTextShadow(UBUNTU24, "V0.1", dp_xres + xoff, 80, 0xFFFFFFFF, ALIGN_RIGHT | ALIGN_BOTTOM);
|
||||
ui_draw2d.DrawTextShadow(UBUNTU24, "V0.2", dp_xres + xoff, 80, 0xFFFFFFFF, ALIGN_RIGHT | ALIGN_BOTTOM);
|
||||
ui_draw2d.SetFontScale(1.0f, 1.0f);
|
||||
VLinear vlinear(dp_xres + xoff, 95, 20);
|
||||
|
||||
@ -353,7 +353,7 @@ void CreditsScreen::update(InputState &input_state) {
|
||||
|
||||
static const char *credits[] =
|
||||
{
|
||||
"PPSSPP v0.1",
|
||||
"PPSSPP v0.2",
|
||||
"",
|
||||
"",
|
||||
"A fast and portable PSP emulator",
|
||||
|
Loading…
Reference in New Issue
Block a user