mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
parent
a14485da5f
commit
9f6922ddd2
@ -73,6 +73,18 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual void initBackend() { }
|
virtual void initBackend() { }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Allows the backend to perform engine specific init.
|
||||||
|
* Called just before the engine is run.
|
||||||
|
*/
|
||||||
|
virtual void engineInit() { }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Allows the backend to perform engine specific de-init.
|
||||||
|
* Called after the engine finishes.
|
||||||
|
*/
|
||||||
|
virtual void engineDone() { }
|
||||||
|
|
||||||
/** @name Feature flags */
|
/** @name Feature flags */
|
||||||
//@{
|
//@{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user