Skip to content
yifanlu edited this page Sep 14, 2012 · 3 revisions

Todos

  1. On screen output. A simple function to draw text to screen using a embedded font or something would be nice. The main problem here is that the FB on the Vita is not at a set address and the API call to get the address would require UVL to use more than just sceLibKernel (less portable).
  2. Load other modules that are not imported by the game. Right now, we can load some modules but others like the camera module can't be loaded if the game doesn't import it.
  3. Support for relocating the data section anywhere and not depend on hard coded addresses. This should match up with the toolchain when done.
Clone this wiki locally