mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	removed hard-coded framebuffer addresses from renderer_opengl.cpp
This commit is contained in:
		
							parent
							
								
									9d1a17ca88
								
							
						
					
					
						commit
						d4411acfd0
					
				| @ -2,6 +2,8 @@ | ||||
| // Licensed under GPLv2
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #include "core/hw/hw_lcd.h" | ||||
| 
 | ||||
| #include "video_core/video_core.h" | ||||
| #include "video_core/renderer_opengl/renderer_opengl.h" | ||||
| 
 | ||||
| @ -75,8 +77,8 @@ void RendererOpenGL::FlipFramebuffer(u32 addr, u8* out) { | ||||
|  */ | ||||
| void RendererOpenGL::RenderXFB(const Rect& src_rect, const Rect& dst_rect) {   | ||||
| 
 | ||||
|     FlipFramebuffer(0x20282160, m_xfb_top_flipped); | ||||
|     FlipFramebuffer(0x202118E0, m_xfb_bottom_flipped); | ||||
|     FlipFramebuffer(LCD::TOP_RIGHT_FRAME1,  m_xfb_top_flipped); | ||||
|     FlipFramebuffer(LCD::SUB_FRAME1,        m_xfb_bottom_flipped); | ||||
| 
 | ||||
|     // Blit the top framebuffer
 | ||||
|     // ------------------------
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user