Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 4717c4e

Browse files
committed
OOPIFY: Fix naomi build
1 parent 1a37f92 commit 4717c4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libswirl/hw/maple/maple_cfg.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ struct IMapleConfigMap
5858
virtual ~IMapleConfigMap() {}
5959
};
6060

61-
#if DC_PLATFORM == DC_PLATFORM_DREAMCAST
6261
void mcfg_CreateDevices();
63-
#else
6462
void mcfg_CreateNAOMIJamma();
6563
void mcfg_CreateAtomisWaveControllers();
66-
#endif
64+
6765

6866
void mcfg_DestroyDevices();
6967
void mcfg_SerializeDevices(void **data, unsigned int *total_size);

0 commit comments

Comments
 (0)