remove gamebridge tag

This commit is contained in:
Cadey Ratio 2020-05-08 18:00:20 -04:00
parent a8ecacd2ca
commit 0f3a72ac78
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ fn main() -> anyhow::Result<()> {
let mut vblank = File::open("vblank")?;
let mut input = OpenOptions::new().write(true).open("input")?;
info!("[gamebridge::rust] ready");
info!("ready");
loop {
let mut data = [0; 3];