8
edits
m (Updated link to OSystem class Doxygen documentation) |
m (Missed updating first instance of OSystem class link (see previous edit)) |
||
Line 8: | Line 8: | ||
=== Overview === | === Overview === | ||
Essentially, you will have to implement a subclass of the OSystem class. Our Doxygen documentation is your friend and should hopefully explain enough about this, see [ | Essentially, you will have to implement a subclass of the OSystem class. Our Doxygen documentation is your friend and should hopefully explain enough about this, see [https://doxygen.scummvm.org/d2/d38/class_o_system.html OSystem class]. | ||
You also need to either hook yourself into the regular ScummVM build system, or provide your own. Finally, you need to make ScummVM aware of your new backend by updating a couple source files (see below). | You also need to either hook yourself into the regular ScummVM build system, or provide your own. Finally, you need to make ScummVM aware of your new backend by updating a couple source files (see below). |
edits