1,079
edits
m (Fixed for coherence) |
(→Overview: doxygen link updated) |
||
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 here: http://scummvm.org/ | 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 here: [http://doxygen.scummvm.org/d9/df4/classOSystem.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). | ||
=== Step by step === | === Step by step === |
edits