Add busy loop code and make HighResTimer work on demand rather automatically or ifdefed

This commit is contained in:
2023-04-26 19:09:07 +02:00
parent a1ca69094e
commit 9dc25e469c
10 changed files with 131 additions and 133 deletions

View File

@@ -1,8 +0,0 @@
#ifndef __JABYENGINE_CONFIG_HPP__
#define __JABYENGINE_CONFIG_HPP__
#ifdef USE_CUSTOM_CONFIG
#include <jabyengine_custom_config.hpp>
#else
#define JABYENGINE_USE_HIGH_PERCISION_TIMER
#endif //USE_CUSTOM_CONFIG
#endif //!__JABYENGINE_CONFIG_HPP__