mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 00:38:59 -04:00
Windows build fixes
Name mangling/linkage shenanigans Remove jsystem_stubs.cpp, it's not necessary.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <dolphin/types.h>
|
||||
|
||||
class JASChannel;
|
||||
class JASInstParam;
|
||||
struct JASInstParam;
|
||||
class JASWaveBank;
|
||||
|
||||
namespace JASDsp {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <dolphin/os.h>
|
||||
#include <dolphin/os.h>
|
||||
|
||||
class JASDisposer;
|
||||
struct JASDisposer;
|
||||
class JKRHeap;
|
||||
class JKRSolidHeap;
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ class JASVoiceBank;
|
||||
class JAUBankTableLink;
|
||||
class JAUDisposer_;
|
||||
class JAUSectionHeap;
|
||||
class JAUSoundTable;
|
||||
class JAUSoundNameTable;
|
||||
struct JAUSoundTable;
|
||||
struct JAUSoundNameTable;
|
||||
class JKRArchive;
|
||||
class JKRSolidHeap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user