mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
.. | ||
Scripts | ||
Backend.cpp | ||
Backend.h | ||
Fifo.cpp | ||
Fifo.h | ||
FifoProcessor.cpp | ||
FifoProcessor.h | ||
GL.cpp | ||
GL.h | ||
GPRegs.cpp | ||
GPRegs.h | ||
GX.cpp | ||
GX.h | ||
pch.cpp | ||
pch.h | ||
Readme.md | ||
Tex.cpp | ||
Tex.h | ||
XF.cpp | ||
XF.h |
DolwinVideo
Very limited GPU emulation. Basic OpenGL is used as a backend.
What's supported:
- Software implementation of transform unit (XF). Very inaccurate - lighting is partially supported. The transformation of texture coordinates is not completed yet.
- All texture formats are supported, but TLUT versions may be buggy
What's not supported:
- The main drawback is the lack of TEV support. Because of this, complex scenes with effects are drawn with bugs or not drawn at all.
- Emulation of Advanced GX features such as Bump-mapping, indirect texturing, Z-textures not supported
- No normal texture caching
- There is no emulation of direct access to the EFB