mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-25 13:04:59 +00:00
Improve exit process
This commit is contained in:
@@ -146,6 +146,7 @@ enum PspModuleInfoAttr
|
||||
|
||||
/* Disable the use of newlib, getting a minimal binary. */
|
||||
#define PSP_DISABLE_NEWLIB() \
|
||||
void __libcglue_init(int argc, char *argv[]) {}
|
||||
void __libcglue_init(int argc, char *argv[]) {} \
|
||||
void __libcglue_deinit() {}
|
||||
|
||||
#endif /* PSPMODULEINFO_H */
|
||||
|
||||
Reference in New Issue
Block a user