diff --git a/deps/glm/detail/type_float.hpp b/deps/glm/detail/type_float.hpp index 900a3fbc8..99c077324 100644 --- a/deps/glm/detail/type_float.hpp +++ b/deps/glm/detail/type_float.hpp @@ -59,7 +59,9 @@ namespace detail // check type sizes #ifndef GLM_STATIC_ASSERT_NULL GLM_STATIC_ASSERT(sizeof(glm::float32) == 4, "float32 size isn't 4 bytes on this platform"); - GLM_STATIC_ASSERT(sizeof(glm::float64) == 8, "float64 size isn't 8 bytes on this platform"); + +// ** THIS IS COMMENTED OUT BECAUSE THE DREAMCAST DOESNT HAVE 8 BYTE FLOATS ** +// GLM_STATIC_ASSERT(sizeof(glm::float64) == 8, "float64 size isn't 8 bytes on this platform"); #endif//GLM_STATIC_ASSERT_NULL /// @} diff --git a/simulant/kos_keycodes.h b/simulant/kos_keycodes.h new file mode 100644 index 000000000..c8e504f93 --- /dev/null +++ b/simulant/kos_keycodes.h @@ -0,0 +1,4 @@ +#ifndef KOS_KEYCODES_H +#define KOS_KEYCODES_H + +#endif // KOS_KEYCODES_H