Add files via upload

This commit is contained in:
alyosha-tas 2017-06-24 12:53:39 -04:00 committed by GitHub
parent ed57f766ad
commit 83cf32e9a9
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ public:
* @param flags ORed combination of LoadFlags.
* @return 0 on success, negative value on failure.
*/
int load(const char *romfiledata, unsigned romfilelength, std::uint32_t now, unsigned flags = 0);
bool use_bios;
int load(const char *romfiledata, unsigned romfilelength, const char *biosfiledata, unsigned biosfilelength, std::uint32_t now, unsigned flags = 0);
/** Emulates until at least 'samples' stereo sound samples are produced in the supplied buffer,
* or until a video frame has been drawn.