mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #211 from linkmauve/master
Remove trailing spaces from the entire project
This commit is contained in:
		
						commit
						c0cd0fa78e
					
				| @ -273,9 +273,9 @@ u8* MemArena::Find4GBBase() | ||||
| 
 | ||||
| // yeah, this could also be done in like two bitwise ops...
 | ||||
| #define SKIP(a_flags, b_flags) | ||||
| //	if (!(a_flags & MV_WII_ONLY) && (b_flags & MV_WII_ONLY)) 
 | ||||
| //if (!(a_flags & MV_WII_ONLY) && (b_flags & MV_WII_ONLY))
 | ||||
| //    continue;
 | ||||
| //	if (!(a_flags & MV_FAKE_VMEM) && (b_flags & MV_FAKE_VMEM)) 
 | ||||
| //if (!(a_flags & MV_FAKE_VMEM) && (b_flags & MV_FAKE_VMEM))
 | ||||
| //    continue;
 | ||||
| 
 | ||||
| static bool Memory_TryBase(u8 *base, const MemoryView *views, int num_views, u32 flags, MemArena *arena) { | ||||
|  | ||||
| @ -469,7 +469,7 @@ void ProcessFifoWaitEvents() | ||||
|     { | ||||
|         if (first->time <= globalTimer) | ||||
|         { | ||||
|             //			LOG(TIMER, "[Scheduler] %s		 (%lld, %lld) ", 
 | ||||
|             //LOG(TIMER, "[Scheduler] %s (%lld, %lld) ",
 | ||||
|             //    first->name ? first->name : "?", (u64)globalTimer, (u64)first->time);
 | ||||
|             Event* evt = first; | ||||
|             first = first->next; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei