mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	assert: do not crash on unimplemented code in debug build
This commit is contained in:
		
							parent
							
								
									4befbddc34
								
							
						
					
					
						commit
						e004e9505e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -52,5 +52,5 @@ __declspec(noinline, noreturn) | |||
| #define DEBUG_ASSERT_MSG(_a_, _desc_, ...) | ||||
| #endif | ||||
| 
 | ||||
| #define UNIMPLEMENTED() DEBUG_ASSERT_MSG(false, "Unimplemented code!") | ||||
| #define UNIMPLEMENTED() LOG_CRITICAL(Debug, "Unimplemented code!") | ||||
| #define UNIMPLEMENTED_MSG(_a_, ...) ASSERT_MSG(false, _a_, __VA_ARGS__) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue