jaudio_NES: match & link dsp_cardunlock

This commit is contained in:
Cuyler36
2025-06-21 05:24:59 -04:00
parent 745dfd4cae
commit ed376ef2ef
5 changed files with 53 additions and 17 deletions
+8
View File
@@ -2,7 +2,15 @@
#define RAND_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
void srand(u32 seed);
int rand(void);
#ifdef __cplusplus
}
#endif
#endif