PSP homebrew – SXLibrary v0.2 now with GUI functions, more
Homebrew developer xart has finally added GUI functions as well as a couple of other useful ones to SXLibrary. Hopefully this version of xart’s library will further help other PSP homebrew developers with their own projects. The full changelog is available after the jump.
Download: SXLibrary v0.2
Visit: QJ.NET PSP Development forum
Homebrew developer xart has finally added GUI functions as well as a couple of other useful ones to SXLibrary. Hopefully this version of xart’s library will further help other PSP homebrew developers with their own projects.
Here’s what’s new in SXLibrary v0.2:
GUI :
- Code:
- void sxGuiVerticalScrollBar(int min, int max, int value, int limit);
- void sxGuiHorizontalScrollBar(int min, int max, int value, int limit);
- void sxGuiProgressBar(int x, int y, int length, float perc);
USB :
- Code:
- int sxUsbInit(void);
- int sxUsbActivate(void);
- int sxUsbDeactivate(void);
- int sxUsbToggle(void);
MOUSE EMULATION :
- Code:
- void sxCtrlEnableMouseEmulation(void);
- void sxCtrlDisableMouseEmulation(void);
BUG FIXES :
- Rendering Images not on power of 2 boundery fixed.
Download: SXLibrary v0.2
Visit: QJ.NET PSP Development forum
Related articles: