mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 02:58:00 +00:00
GPU: Implemented a gpu macro interpreter.
The Ryujinx macro interpreter and envydis were used as reference. Macros are programs that are uploaded by the games during boot and can later be called by writing to their method id in a GPU command buffer.
This commit is contained in:
parent
9d3baff255
commit
7fe4f9491e
5 changed files with 431 additions and 0 deletions
|
@ -11,6 +11,8 @@ add_library(video_core STATIC
|
|||
engines/maxwell_compute.h
|
||||
gpu.cpp
|
||||
gpu.h
|
||||
macro_interpreter.cpp
|
||||
macro_interpreter.h
|
||||
memory_manager.cpp
|
||||
memory_manager.h
|
||||
rasterizer_interface.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue