We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dd9b5 commit ec295ecCopy full SHA for ec295ec
crates/libmwemu/src/emu/winapi.rs
@@ -6,7 +6,7 @@ use crate::{
6
};
7
8
impl Emu {
9
- //TODO: check this, this is used only on pyscemu
+ //TODO: check this, this is used only on pymwemu
10
/// Call a winapi by addess.
11
pub fn handle_winapi(&mut self, addr: u64) {
12
if self.cfg.is_64bits {
0 commit comments