mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	render_base: Clarify/normalize getter functions
This commit is contained in:
		
							parent
							
								
									bf76afc68d
								
							
						
					
					
						commit
						be913040a8
					
				@ -46,11 +46,11 @@ public:
 | 
			
		||||
    // Getter/setter functions:
 | 
			
		||||
    // ------------------------
 | 
			
		||||
 | 
			
		||||
    f32 GetCurrentframe() const {
 | 
			
		||||
    f32 GetCurrentFPS() const {
 | 
			
		||||
        return m_current_fps;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    int current_frame() const {
 | 
			
		||||
    int GetCurrentFrame() const {
 | 
			
		||||
        return m_current_frame;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user