Sony Message Dialogue In XMB

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Zer01ne
Posts: 28
Joined: Mon Sep 08, 2008 7:15 am

Sony Message Dialogue In XMB

Post by Zer01ne »

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.
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

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

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Zer01ne
Posts: 28
Joined: Mon Sep 08, 2008 7:15 am

Post by Zer01ne »

Lol not use it on Game use it on XMB.
Post Reply