mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #4495 from lioncash/conv
cheat_engine: Resolve implicit bool->u64 conversion
This commit is contained in:
		
						commit
						e050594706
					
				@ -42,7 +42,7 @@ u64 StandardVmCallbacks::HidKeysDown() {
 | 
			
		||||
    if (applet_resource == nullptr) {
 | 
			
		||||
        LOG_WARNING(CheatEngine,
 | 
			
		||||
                    "Attempted to read input state, but applet resource is not initialized!");
 | 
			
		||||
        return false;
 | 
			
		||||
        return 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    const auto press_state =
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user