mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	settings: Enable FIFO relaxed
Not entirely sure if we need this, but there's also no reason not to support it. settings: Give VSyncMode values
This commit is contained in:
		@@ -89,10 +89,12 @@ static constexpr const char* TranslateVSyncMode(Settings::VSyncMode mode) {
 | 
			
		||||
    switch (mode) {
 | 
			
		||||
    case Settings::VSyncMode::Immediate:
 | 
			
		||||
        return "Immediate";
 | 
			
		||||
    case Settings::VSyncMode::FIFO:
 | 
			
		||||
        return "FIFO";
 | 
			
		||||
    case Settings::VSyncMode::Mailbox:
 | 
			
		||||
        return "Mailbox";
 | 
			
		||||
    case Settings::VSyncMode::FIFO:
 | 
			
		||||
        return "FIFO";
 | 
			
		||||
    case Settings::VSyncMode::FIFORelaxed:
 | 
			
		||||
        return "FIFO Relaxed";
 | 
			
		||||
    }
 | 
			
		||||
    return "Unknown";
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user