mirror of https://github.com/stella-emu/stella.git
fix Libretro build
This commit is contained in:
parent
3c188fbb9a
commit
47e9269cf2
|
@ -265,7 +265,7 @@ class CartridgeCDF : public Cartridge
|
|||
void setupVersion();
|
||||
|
||||
// Get number of instructions of last ARM run.
|
||||
const Thumbulator::Stats& CartridgeCDF::stats() const;
|
||||
const Thumbulator::Stats& stats() const;
|
||||
|
||||
private:
|
||||
// The ROM image of the cartridge
|
||||
|
|
Loading…
Reference in New Issue