Open main menu

Difference between revisions of "HOWTO-Backends"

3 bytes added ,  22:48, 5 December 2020
m
Missed updating first instance of OSystem class link (see previous edit)
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 [http://doxygen.scummvm.org/d9/df4/classOSystem.html OSystem class].  
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).
8

edits