mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	android: Color the FPS counter white
This commit is contained in:
		
							parent
							
								
									9543adf072
								
							
						
					
					
						commit
						50c604f37f
					
				@ -10,7 +10,6 @@ import android.content.DialogInterface
 | 
			
		||||
import android.content.SharedPreferences
 | 
			
		||||
import android.content.pm.ActivityInfo
 | 
			
		||||
import android.content.res.Configuration
 | 
			
		||||
import android.graphics.Color
 | 
			
		||||
import android.net.Uri
 | 
			
		||||
import android.os.Bundle
 | 
			
		||||
import android.os.Handler
 | 
			
		||||
@ -155,7 +154,6 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        binding.surfaceEmulation.holder.addCallback(this)
 | 
			
		||||
        binding.showFpsText.setTextColor(Color.YELLOW)
 | 
			
		||||
        binding.doneControlConfig.setOnClickListener { stopConfiguringControls() }
 | 
			
		||||
 | 
			
		||||
        binding.drawerLayout.addDrawerListener(object : DrawerListener {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user