mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(console): hardware detection et cetera
This commit is contained in:
parent
97bbe2ea66
commit
31f215ea14
118 changed files with 4059 additions and 1931 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "ui/CSimpleEditBox.hpp"
|
||||
#include "gx/Gx.hpp"
|
||||
#include "gx/Device.hpp"
|
||||
#include "gx/Coordinate.hpp"
|
||||
#include "ui/CSimpleEditBoxScript.hpp"
|
||||
#include "ui/CSimpleFontedFrameFont.hpp"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
#include "util/SFile.hpp"
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <common/Time.hpp>
|
||||
#include <storm/Array.hpp>
|
||||
#include <storm/String.hpp>
|
||||
#include <tempest/Vector.hpp>
|
||||
|
|
@ -98,11 +99,6 @@ const char* FrameScript_EventObject::GetName() {
|
|||
return this->m_key.m_str;
|
||||
}
|
||||
|
||||
int64_t OsGetAsyncClocksPerSecond() {
|
||||
// TODO
|
||||
|
||||
return 1000.0;
|
||||
}
|
||||
|
||||
int32_t FrameScript_CompileFunction(const char* name, const char* wrapper, const char* body, CStatus* status) {
|
||||
lua_State* L = FrameScript::s_context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue