mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 07:47:42 +00:00
Add ability to reference resources by name
This commit is contained in:
@@ -244,7 +244,6 @@ int CMain::appMain(boo::IApplication* app)
|
||||
|
||||
while (!xe8_b24_finished)
|
||||
{
|
||||
mainWindow->waitForRetrace();
|
||||
xe8_b24_finished = archSupport->Update();
|
||||
|
||||
if (archSupport->isRectDirty())
|
||||
@@ -259,6 +258,7 @@ int CMain::appMain(boo::IApplication* app)
|
||||
gfxQ->clearTarget();
|
||||
gfxQ->resolveDisplay(renderTex);
|
||||
gfxQ->execute();
|
||||
mainWindow->waitForRetrace();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace pshag
|
||||
{
|
||||
|
||||
using FourCC = HECL::FourCC;
|
||||
using TResId = u32;
|
||||
using TResId = u64;
|
||||
|
||||
struct SObjectTag
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user