nostalgia/deps/teagba/src/bios_stub.cpp
Gary Talent edf15858ca
All checks were successful
Build / build (push) Successful in 2m19s
[teagba] Update copyright for 2024
2024-01-01 12:04:09 -06:00

19 lines
369 B
C++

/*
* 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() {}
}