mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	lcd: moved kFrameTicks to lcd.h for use in other modules
This commit is contained in:
		
							parent
							
								
									70af9d620b
								
							
						
					
					
						commit
						46aef01d04
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -17,8 +17,6 @@ namespace LCD { | ||||||
| 
 | 
 | ||||||
| Registers g_regs; | Registers g_regs; | ||||||
| 
 | 
 | ||||||
| static const u32 kFrameTicks = 268123480 / 60;  ///< 268MHz / 60 frames per second
 |  | ||||||
| 
 |  | ||||||
| u64 g_last_ticks = 0; ///< Last CPU ticks
 | u64 g_last_ticks = 0; ///< Last CPU ticks
 | ||||||
| 
 | 
 | ||||||
| /**
 | /**
 | ||||||
|  |  | ||||||
|  | @ -8,6 +8,8 @@ | ||||||
| 
 | 
 | ||||||
| namespace LCD { | namespace LCD { | ||||||
| 
 | 
 | ||||||
|  | static const u32 kFrameTicks = 268123480 / 60;  ///< 268MHz / 60 frames per second
 | ||||||
|  | 
 | ||||||
| struct Registers { | struct Registers { | ||||||
|     u32 framebuffer_top_left_1; |     u32 framebuffer_top_left_1; | ||||||
|     u32 framebuffer_top_left_2; |     u32 framebuffer_top_left_2; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue