Skip to content
Snippets Groups Projects
Verified Commit 457cf96a authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: remove println

parent 34790fb6
No related branches found
No related tags found
No related merge requests found
Pipeline #3175 passed
......@@ -368,7 +368,6 @@ pub extern "C" fn retro_unserialize() {
#[no_mangle]
pub extern "C" fn retro_cheat_reset() {
debugln!("retro_cheat_reset()");
println!("retro_cheat_reset()");
let emulator = unsafe { EMULATOR.as_mut().unwrap() };
emulator.reset_cheats();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment