mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
0.31 in the UI
This commit is contained in:
parent
451db6b9df
commit
45369af482
3 changed files with 5 additions and 5 deletions
|
@ -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.3"
|
||||
#define programname "PPSSPP v0.31"
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
|
|
|
@ -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="2"
|
||||
android:versionName="0.3" >
|
||||
android:versionCode="3"
|
||||
android:versionName="0.31" >
|
||||
|
||||
<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.3", dp_xres + xoff, 80, 0xFFFFFFFF, ALIGN_RIGHT | ALIGN_BOTTOM);
|
||||
ui_draw2d.DrawTextShadow(UBUNTU24, "V0.31", 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.3",
|
||||
"PPSSPP v0.31",
|
||||
"",
|
||||
"",
|
||||
"A fast and portable PSP emulator",
|
||||
|
|
Loading…
Add table
Reference in a new issue