Game no longer crashes on Dolphin
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (c) 2026 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "framebufferdolphin.h"
|
||||
|
||||
typedef framebufferdolphin_t framebufferplatform_t;
|
||||
|
||||
#define frameBufferPlatformInitBackBuffer frameBufferInitBackBufferDolphin
|
||||
#define frameBufferPlatformGetWidth frameBufferGetWidthDolphin
|
||||
#define frameBufferPlatformGetHeight frameBufferGetHeightDolphin
|
||||
#define frameBufferPlatformBind frameBufferBindDolphin
|
||||
#define frameBufferPlatformClear frameBufferClearDolphin
|
||||
Reference in New Issue
Block a user