forked from Mirrorlandia_minetest/irrlicht
Disable Software drivers on mobile platforms
literally dead code
This commit is contained in:
parent
4f90019dcb
commit
05547cbd5f
@ -91,6 +91,8 @@
|
||||
#define _IRR_IOS_PLATFORM_
|
||||
#define _IRR_COMPILE_WITH_IOS_DEVICE_
|
||||
#define NO_IRR_COMPILE_WITH_OPENGL_
|
||||
#define NO_IRR_COMPILE_WITH_SOFTWARE_
|
||||
#define NO_IRR_COMPILE_WITH_BURNINGSVIDEO_
|
||||
// The application state events and following methods: IrrlichtDevice::isWindowActive, IrrlichtDevice::isWindowFocused,
|
||||
// IrrlichtDevice::isWindowMinimized works out of box only if you'll use built-in CIrrDelegateiOS,
|
||||
// so _IRR_COMPILE_WITH_IOS_BUILTIN_MAIN_ must be enabled in this case. If you need a custom UIApplicationDelegate
|
||||
@ -125,6 +127,8 @@
|
||||
#define _IRR_COMPILE_WITH_ANDROID_DEVICE_
|
||||
#define _IRR_COMPILE_ANDROID_ASSET_READER_
|
||||
#define NO_IRR_COMPILE_WITH_OPENGL_
|
||||
#define NO_IRR_COMPILE_WITH_SOFTWARE_
|
||||
#define NO_IRR_COMPILE_WITH_BURNINGSVIDEO_
|
||||
#endif
|
||||
|
||||
#if defined(__SVR4) && defined(__sun)
|
||||
|
Loading…
Reference in New Issue
Block a user