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

fix: removed hardcoded cheat codes

parent 6f6cbb17
No related branches found
No related tags found
1 merge request!25Game Genie support
Pipeline #3150 passed
......@@ -239,11 +239,6 @@ impl Emulator {
}
self.rom_path = String::from(rom_path);
self.ram_path = ram_path;
// @TODO: hardcoded adding of game genie codes
self.system.add_cheat_code("00A-17B-C49").unwrap();
self.system.add_cheat_code("008-60A-E6E").unwrap();
self.system.add_cheat_code("99D-49C-E62").unwrap();
}
pub fn reset(&mut self) {
......
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