We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d4c9a commit 793756bCopy full SHA for 793756b
.gitignore
@@ -0,0 +1,4 @@
1
+*.o
2
+*.a
3
+genfont
4
+stockfont.h
README.md
@@ -57,5 +57,6 @@ library to [PSP Vita](https://github.com/frangarcj/psplib4vita).
57
58
License
59
-------
60
-psplib is licensed under the
+psplib is written by Akop Karapetyan.
61
+Licensed under the
62
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
pl_ui.c
@@ -68,6 +68,7 @@ static const pl_ui_menu_metrics default_menu_metrics =
68
69
int pl_ui_create(pl_ui *ui)
70
{
71
+ return 1;
72
}
73
74
void pl_ui_destroy(pl_ui *ui)
0 commit comments