mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
v0.3
This commit is contained in:
parent
4b87da74cb
commit
4c2929cf13
@ -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.2"
|
||||
#define programname "PPSSPP v0.3"
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 97 KiB |
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.ppsspp.ppsspp"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.2" >
|
||||
android:versionCode="2"
|
||||
android:versionName="0.3" >
|
||||
|
||||
<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.2", dp_xres + xoff, 80, 0xFFFFFFFF, ALIGN_RIGHT | ALIGN_BOTTOM);
|
||||
ui_draw2d.DrawTextShadow(UBUNTU24, "V0.3", dp_xres + xoff, 80, 0xFFFFFFFF, ALIGN_RIGHT | ALIGN_BOTTOM);
|
||||
ui_draw2d.SetFontScale(1.0f, 1.0f);
|
||||
VLinear vlinear(dp_xres + xoff, 95, 20);
|
||||
|
||||
@ -354,7 +354,7 @@ void CreditsScreen::update(InputState &input_state) {
|
||||
|
||||
static const char *credits[] =
|
||||
{
|
||||
"PPSSPP v0.2",
|
||||
"PPSSPP v0.3",
|
||||
"",
|
||||
"",
|
||||
"A fast and portable PSP emulator",
|
||||
@ -362,6 +362,14 @@ static const char *credits[] =
|
||||
"",
|
||||
"Created by Henrik Rydgard",
|
||||
"",
|
||||
"Top contributors:",
|
||||
"kev",
|
||||
"tmaul",
|
||||
"orphis",
|
||||
"artart78",
|
||||
"ced2911",
|
||||
"soywiz",
|
||||
"kovensky",
|
||||
"",
|
||||
"Written in C++ for speed and portability",
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user