Hi All i have a question, if possible to use Sony Message Dialogue In XMB, and blit a custom message when launch a game ?
Example :
This game cannot be started.
The data is corrupted.
Sony Message Dialogue In XMB
Short answer:
Yes is't possible.
More usefull answer:
I made a C++ wrapper around the Messagedialog utility.
http://code.google.com/p/easyengine/sou ... libeasylib
Easymessage
Yes is't possible.
More usefull answer:
I made a C++ wrapper around the Messagedialog utility.
http://code.google.com/p/easyengine/sou ... libeasylib
Easymessage
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}