Developer Sakya visited the QJ.NET Forums earlier to announce the release of OSLib MOD 1.0.0. As its name implies, this is actually a modified version of the OSLib homebrew developed by Brunni.
OSLib, in case you're wondering, is short for Oldschool Library, a 2D graphics library for the Sony PlayStation Portable. This mod is based specifically on OSLib version 2.10, and comes with these new changes:
* Added: oslSetReadKeysFunction(in t (*sceCtrlReadBufferPositi ve)(SceCtrlData *pad_data, int count));
* You can pass to it a function from a kernel prx, so you'll be able to read all buttons (VOLUME_UP, NOTE...)
* oslUnsetReadKeysFunction( );
* Added: All USB.c functions now works
* Added: OSL_VERSION to know the current OSLib MOD version
* Added: oslSetHoldForAnalog to make the HOLD button work also for analog
* Added: support for intraFont.
* Added: Dialogs (message, error and net conf), many thanks to InsertWittyName for the sdk samples
* Added: On Screen Keyboard
* Added: Save and load
* Fixed: Tagged MP3 and ATRAC3+ now works
* Fixed: osl_keys->analogToDPadSensivity now works correctly
Further details on OSLib MOD 1.0.0 are available in the file bundle's readme. Those interested in adding suggestions or reporting bugs will want to visit Sakya's release thread over at the QJ.NET PSP Development Forum.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
Dow Dow
We've seen a good number of homebrew releases from PlayStation Portable developer bumuckl and today, the coder has released another one. It's a homebrew application called Dow! that will let you make "develop on the go
NeoGeo CDZ Emulator NeoGeo CDZ Emulator
NJ has updated his NeoGeo CDZ Emulator for PSP to version v0.2.1. NeoGeo CDZ Emulator for PSP is a port of NJis own NeoGeo CDZ Emulator for Windows. NJ has been working hard on this emulator these days. Information of the new version:
* 0.2.1
Changelog 0.2.1
Fixed a freezing problem when loading 24bit color PNG images
PSPLink 0.9j PSPLink 0.9j
PSPLINK is an attempt at producing a loader/development application to eliminate the need to go back to the VSH every time. It provides a shell over the SIO, USB or WIFI connection from which you can load new applications, dump useful system information and then reset the PSP to start another application
MLlib MLlib from hillbilly:
I finally finished my library based on Felix's code (http://blog.dev-scene.com/felix/2007/06/10/multitouch-demo/) and thought to release it with one demo in it. (I'll keep the photo demo to myself for now..). The demo is a little drumming application. Pretty simple but it still has some bugs. Please post back about any findings regarding this library
Minimalist PSPSDK for Windows Minimalist PSPSDK for Windows
With this SDK you are able to code your own applications for the amazing
device that is the Sony PlayStation Portable. If you finished the installation
and you are reading this document you are ready to code.
Pick the code examples from the psp/sdk/samples directory and investigate
the code
2.60 Firmware Exploit - Fanjita Source 2.60 Firmware Exploit - Fanjita Source
Fanjita has released the "source" of his work so far today on this newly discovered exploit. If you would like to take a look at it and continue investigating, have a look!
Only for v2.5 / v2.6.
Based on Proof of Concept code by Hitchhikr / Neural.
Function : Attempts to load ms0:/kernel
Non-Module LuaPlayer Non-Module LuaPlayer
Youresam from our forums have been trying to get someone to compile LuaPlayer v0.16. Finding no one, he did all the work himself. But in the process, youresam realized it would be a whole lot better to compile v0.20 instead.
Since v0.18 included module loading, 2.00+ users are no longer able to use LuaPlayer
LuaSQL LuaSQL
Need to access a database with your PSP? Why not try Shaolan's LuaSQL v0.1? This library allows homebrew developers to access SQL through PHP. Users can now create web-based applications with lots of data entries as well as access various security features that are inherent with SQL
BCX-BASIC BCX-BASIC
BCX is called "The BASIC To C Translator". This means that BASIC code is converted to C. After that the resulting C code is compiled with the devKitPro toolchain with all the libraries like a normal Wiibrew application.
You have to have a bit of C knowledge to use BCX since you sometimes have to inspect the resulting C code