From 83cf32e9a9d34ece87423997c2355ff9abba6f4e Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sat, 24 Jun 2017 12:53:39 -0400 Subject: [PATCH] Add files via upload --- libgambatte/include/gambatte.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgambatte/include/gambatte.h b/libgambatte/include/gambatte.h index 43e56d5fb9..2265ffa6d9 100644 --- a/libgambatte/include/gambatte.h +++ b/libgambatte/include/gambatte.h @@ -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.