mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-13 04:36:57 +00:00
Edit makefile to start work on compling Yuzu's FS and start work on EmuGPU
This commit is contained in:
parent
fc057169a0
commit
e6829ef94c
3 changed files with 13 additions and 2 deletions
11
core/gpu/README.md
Normal file
11
core/gpu/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# GPU core folder
|
||||
|
||||
dir: /core/gpu/
|
||||
|
||||
This is where all of the main universal code for emulating the Switch 2 GPU for both OpenGL and Vulkan goes
|
||||
|
||||
Directories:
|
||||
|
||||
/core/gpu/emu/ - OpenGL EmuGPU (macOS, Android)
|
||||
|
||||
/core/gpu/vk/ - Vulkan EmuGPU (Linux)
|
||||
Loading…
Add table
Add a link
Reference in a new issue