3DS: Implement dynamic plugins
Allows a full build to run on old generation devices
This commit is contained in:
parent
a51c23abd3
commit
34e835a20c
13 changed files with 430 additions and 36 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(DYNAMIC_MODULES) && defined(POSIX)
|
||||
#if defined(DYNAMIC_MODULES) && defined(POSIX) && !defined(__3DS__)
|
||||
|
||||
#include "backends/plugins/posix/posix-provider.h"
|
||||
#include "backends/plugins/dynamic-plugin.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue