mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
All affected `printf` have been fixed. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
10 lines
122 B
C
10 lines
122 B
C
#ifndef RGBDS_LINK_PATCH_H
|
|
#define RGBDS_LINK_PATCH_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void Patch(void);
|
|
extern int32_t nPC;
|
|
|
|
#endif
|