mirror of
https://github.com/MiSTer-devel/MiSTer-bootstrap.git
synced 2026-05-17 03:04:06 +00:00
6 lines
57 B
C++
6 lines
57 B
C++
#include "bootstrap.h"
|
|
|
|
int main(void) {
|
|
Update();
|
|
}
|