[nostalgia] Cleanup unnecessary cast
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
namespace nostalgia::core {
|
||||
|
||||
uint8_t *loadRom(const char *path = "");
|
||||
char *loadRom(const char *path = "");
|
||||
|
||||
void unloadRom(uint8_t*);
|
||||
void unloadRom(char*);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user