mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 12:58:21 +00:00
memory: Replace all memory hooking with Special regions
This commit is contained in:
parent
cf45105383
commit
7a23a53396
11 changed files with 276 additions and 444 deletions
|
@ -266,7 +266,7 @@ void RendererOpenGL::LoadFBToScreenInfo(const FramebufferInfo& framebuffer_info,
|
|||
screen_info.display_texture = screen_info.texture.resource.handle;
|
||||
screen_info.display_texcoords = MathUtil::Rectangle<float>(0.f, 0.f, 1.f, 1.f);
|
||||
|
||||
Memory::RasterizerFlushRegion(framebuffer_info.address, size_in_bytes);
|
||||
// Memory::RasterizerFlushRegion(framebuffer_info.address, size_in_bytes);
|
||||
|
||||
state.texture_units[0].texture_2d = screen_info.texture.resource.handle;
|
||||
state.Apply();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue