mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-05 21:18:15 +01:00
Fix LIBRARY_NAME
This commit is contained in:
parent
397426de37
commit
44225e4c28
@ -7,6 +7,9 @@ extern "C" {
|
||||
void
|
||||
GX2Init();
|
||||
|
||||
void
|
||||
GX2Shutdown();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -1,2 +1 @@
|
||||
#define LIBRARY_NAME "coreinit.rpl"
|
||||
#define LIBRARY_SYMBOL coreinit
|
||||
#define LIBRARY_NAME "coreinit"
|
||||
|
@ -1,2 +1 @@
|
||||
#define LIBRARY_NAME "gx2.rpl"
|
||||
#define LIBRARY_SYMBOL gx2
|
||||
#define LIBRARY_NAME "gx2"
|
||||
|
@ -1 +1,2 @@
|
||||
EXPORT(GX2Init);
|
||||
EXPORT(GX2Init);
|
||||
EXPORT(GX2Shutdown);
|
@ -3,7 +3,6 @@
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
GX2Init();
|
||||
OSFatal("my first rpx");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user