mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(console): initialize console screen
This commit is contained in:
parent
0003d5bd4b
commit
6b4c5e9179
4 changed files with 64 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include "console/CVar.hpp"
|
||||
#include "console/Client.hpp"
|
||||
#include "console/Device.hpp"
|
||||
#include "console/Screen.hpp"
|
||||
#include "db/Db.hpp"
|
||||
#include "glue/CGlueMgr.hpp"
|
||||
#include "gx/Screen.hpp"
|
||||
|
|
@ -72,7 +73,7 @@ int32_t InitializeEngineCallback(const void* a1, void* a2) {
|
|||
// }
|
||||
|
||||
ScrnInitialize(0);
|
||||
// ConsoleScreenInitialize(a2);
|
||||
ConsoleScreenInitialize(nullptr); // TODO argument
|
||||
|
||||
// s_cvarTextureFilteringMode = CVar::Register(
|
||||
// "textureFilteringMode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue