mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	assert: Undo removal of newline for string with __VA_ARGS__
This commit is contained in:
		
							parent
							
								
									111da6db06
								
							
						
					
					
						commit
						59b8a1dbc2
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -37,7 +37,8 @@ __declspec(noinline, noreturn) | ||||||
| #define ASSERT_MSG(_a_, ...)                                                                       \ | #define ASSERT_MSG(_a_, ...)                                                                       \ | ||||||
|     do                                                                                             \ |     do                                                                                             \ | ||||||
|         if (!(_a_)) {                                                                              \ |         if (!(_a_)) {                                                                              \ | ||||||
|             assert_noinline_call([&] { NGLOG_CRITICAL(Debug, "Assertion Failed!" __VA_ARGS__); }); \ |             assert_noinline_call(                                                                  \ | ||||||
|  |                 [&] { NGLOG_CRITICAL(Debug, "Assertion Failed!\n" __VA_ARGS__); });                \ | ||||||
|         }                                                                                          \ |         }                                                                                          \ | ||||||
|     while (0) |     while (0) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue