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