This website requires JavaScript.
Explore
Help
Sign In
preserve-emulation
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-07-11 09:34:26 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d8d37fdbc487d7befe324a10b3b83e5b32f3644e
dolphin
/
Source
/
Core
/
VideoBackends
T
History
Admiral H. Curtiss
14ee972235
Merge pull request
#14684
from Sintendo/rm-unused-headers
...
Remove unused headers
2026-06-26 19:09:39 +02:00
..
D3D
Misc: fix compiler warning: implicit declaration of function
2026-02-08 00:37:29 +01:00
D3D12
Fix various typos and spelling mistakes
2026-01-17 20:11:38 +01:00
D3DCommon
Fix various typos and spelling mistakes
2026-01-17 20:11:38 +01:00
Metal
Replace
find(x) != npos
with
contains(x)
- Core
2026-04-20 09:36:08 +02:00
Null
Replace some [[maybe_unused]] annotations with commented names
2026-05-03 17:09:59 -07:00
OGL
Merge pull request
#14684
from Sintendo/rm-unused-headers
2026-06-26 19:09:39 +02:00
Software
Replace some [[maybe_unused]] annotations with commented names
2026-05-03 17:09:59 -07:00
Vulkan
Replace
find(x) != npos
with
contains(x)
- Core
2026-04-20 09:36:08 +02:00
CMakeLists.txt
CMake: Check
WIN32
instead of
CMAKE_SYSTEM_NAME STREQUAL Windows
2023-04-06 18:37:45 -07:00