Support PS3 by default
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "../Auxiliary/type_traits.hpp"
|
||||
#include "../System/IOPorts/gpu_io.hpp"
|
||||
#include "../jabyengine_config.hpp"
|
||||
#include "gpu_primitives.hpp"
|
||||
|
||||
#if !defined(JABYENGINE_NTSC) && !defined(JABYENGINE_PAL)
|
||||
|
@@ -29,5 +29,6 @@ namespace JabyEngine {
|
||||
using Configuration = CustomConfiguration;
|
||||
#else
|
||||
using Configuration = DefaultConfiguration;
|
||||
#define __SUPPORT_PS3__
|
||||
#endif // has jabyengine_custom_config
|
||||
}
|
Reference in New Issue
Block a user