Beta-MyConfig
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
#pragma once
|
||||
#include <PSX/GPU/gpu_types.hpp>
|
||||
//#pragma once
|
||||
//TODO: Why is pragma once not working?!
|
||||
|
||||
namespace JabyEngine {
|
||||
#define TEST_STR "Planschbecken sind konfigurierbar"
|
||||
|
||||
struct Configuration {
|
||||
struct BIOSFont {
|
||||
static constexpr auto TextureLoadPos = GPU::PositionU16::create(320, 256);
|
||||
static constexpr auto CLUTLoadPos = GPU::PositionU16::create(320, 511);
|
||||
};
|
||||
|
||||
struct Periphery {
|
||||
static constexpr bool IncludePortB = false;
|
||||
static constexpr bool UseMultiTap = false;
|
||||
};
|
||||
//TODO: Fix IntelliSense
|
||||
struct CustomConfiguration : public DefaultConfiguration {
|
||||
struct Test {
|
||||
static constexpr const char* string() {
|
||||
return "I am a custom string";
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
#define __USE_DEBUG_COLOR__
|
@@ -1,2 +0,0 @@
|
||||
#pragma once
|
||||
|
Reference in New Issue
Block a user