dogo / oslib

OldSchool Library (OSLib), a 2D graphics library for the PSP.
http://dogo.github.io/oslib/
GNU General Public License v2.0
45 stars 11 forks source link

Document vram_mgr #44

Closed dogo closed 2 months ago

dogo commented 2 months ago

Summary

Added Doxygen documentation to vram_mgr.h, covering all macros, global variables, and functions related to VRAM management in OSLib.

Key Points

This improves code clarity and aids future maintenance.