nostalgia/deps/teagba/src/bios_stub.cpp

19 lines
369 B
C++
Raw Normal View History

/*
2024-01-01 12:04:09 -06:00
* Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved.
*/
// stubs for building TeaGBA for PC targets, for purposes of not having to
// switch back and forth between builds when editing GBA files
extern "C" {
void teagba_halt() {}
void teagba_stop() {}
void teagba_intrwait(unsigned, unsigned) {}
void teagba_vblankintrwait() {}
}