mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Merge branch 'develop' of github.com:Malkierian/Shipwright into dev-to-rando-5-6
This commit is contained in:
commit
f550bf1381
12 changed files with 37 additions and 114 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "soh/Enhancements/debugger/valueViewer.h"
|
||||
#include "soh/Enhancements/gameconsole.h"
|
||||
#include "soh/OTRGlobals.h"
|
||||
#include "libultraship/bridge.h"
|
||||
|
||||
#define GFXPOOL_HEAD_MAGIC 0x1234
|
||||
#define GFXPOOL_TAIL_MAGIC 0x5678
|
||||
|
@ -541,8 +542,9 @@ static void RunFrame()
|
|||
}
|
||||
|
||||
void Graph_ThreadEntry(void* arg0) {
|
||||
|
||||
Graph_ProcessFrame(RunFrame);
|
||||
while (WindowIsRunning()) {
|
||||
RunFrame();
|
||||
}
|
||||
}
|
||||
|
||||
void* Graph_Alloc(GraphicsContext* gfxCtx, size_t size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue