aboutsummaryrefslogtreecommitdiff
path: root/shell/emu/main.h
blob: 43688c328d40adadfaa9c0000499e2b7432b4fbf (plain)
1
2
3
4
5
6
7
8
9
#ifndef MAIN_H
#define MAIN_H

int ResumeEmulation;
// utility functions that the core requires us to implement
extern const char* S9xGetFilename(const char* extension);
extern const char* S9xGetDirectory(uint32_t dirtype);

#endif