mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #5660 from FearlessTobi/port-5166
Port yuzu-emu/yuzu#5166: "core: Remove unnecessary enum casts in log calls"
This commit is contained in:
		
						commit
						2539215f18
					
				
					 36 changed files with 136 additions and 162 deletions
				
			
		|  | @ -87,7 +87,7 @@ ValidationError SoftwareKeyboard::ValidateInput(const std::string& input) const | |||
|     default: | ||||
|         // TODO(jroweboy): What does hardware do in this case?
 | ||||
|         LOG_CRITICAL(Frontend, "Application requested unknown validation method. Method: {}", | ||||
|                      static_cast<u32>(config.accept_mode)); | ||||
|                      config.accept_mode); | ||||
|         UNREACHABLE(); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue