3DS: Implement dynamic plugins

Allows a full build to run on old generation devices
This commit is contained in:
Bastien Bouclet 2019-12-01 17:19:50 +01:00
parent a51c23abd3
commit 34e835a20c
13 changed files with 430 additions and 36 deletions

View file

@ -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"