Function sameboy_sys::GB_add_cheat
source ยท pub unsafe extern "C" fn GB_add_cheat(
gb: *mut GB_gameboy_t,
description: *const c_char,
address: u16,
bank: u16,
value: u8,
old_value: u8,
use_old_value: bool,
enabled: bool,
) -> *const GB_cheat_t