Game no longer crashes on Dolphin
This commit is contained in:
15
src/duskdolphin/display/displayplatform.h
Normal file
15
src/duskdolphin/display/displayplatform.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Copyright (c) 2026 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "displaydolphin.h"
|
||||
|
||||
#define displayPlatformInit displayInitDolphin
|
||||
#define displayPlatformUpdate displayUpdateDolphin
|
||||
#define displayPlatformSwap displaySwapDolphin
|
||||
|
||||
typedef displaydolphin_t displayplatform_t;
|
||||
Reference in New Issue
Block a user