This website requires JavaScript.
Explore
Help
Sign In
piwalker
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-09-14 07:23:08 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a0611b512bdf3fe01432c5a136e02b64e82b35db
dolphin
/
Source
/
Core
/
VideoCommon
/
GraphicsModSystem
/
Runtime
History
JMC47
ad3650abfc
Merge pull request
#13093
from mitaclaw/ranges-modernization-4-projection
...
Ranges Algorithms Modernization - Projection
2025-03-23 15:56:13 -04:00
..
Actions
…
CustomPipeline.cpp
Modernize
std::sort
with ranges and projections
2025-03-09 13:26:38 -07:00
CustomPipeline.h
…
CustomShaderCache.cpp
VideoCommon: move to a 'process_fragment()' function to simplify custom shaders and provide a direct override of the tev stage logic
2025-03-22 15:22:00 -05:00
CustomShaderCache.h
…
FBInfo.cpp
C++20: Synthesize
operator!=
From
operator==
2024-10-10 20:23:55 -07:00
FBInfo.h
C++20: Synthesize
operator!=
From
operator==
2024-10-10 20:23:55 -07:00
GraphicsModAction.h
…
GraphicsModActionData.h
…
GraphicsModActionFactory.cpp
…
GraphicsModActionFactory.h
…
GraphicsModManager.cpp
Use 'contains' method
2024-08-14 22:18:28 +02:00
GraphicsModManager.h
…