Dolphin compiles, network untested

This commit is contained in:
2026-04-17 22:53:49 -05:00
parent acea610773
commit 1dd2efa182
13 changed files with 316 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
/**
* Copyright (c) 2026 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "system/systemdolphin.h"
#define systemInitPlatform systemInitDolphin
#define systemGetActiveDialogTypePlatform systemGetActiveDialogTypeDolphin