This website requires JavaScript.
Explore
Help
Register
Sign In
Firehawk52-backup
/
dolphin
Watch
28
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-01-18 01:43:20 -03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
37f97cabb4e431dd4f1524d260fb9e9dca995bd0
dolphin
/
Source
/
Core
/
Core
/
PowerPC
/
JitCommon
History
Joshua Vandaële
2c54ee94c1
linter: Apply clang-format 19.1 formatting
...
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
2025-04-23 11:19:20 +02:00
..
DivUtils.cpp
DivUtils: Add unsigned division magic function
2024-03-23 20:13:15 +01:00
DivUtils.h
DivUtils: Add unsigned division magic function
2024-03-23 20:13:15 +01:00
JitAsmCommon.cpp
treewide: convert GPLv2+ license info to SPDX tags
2021-07-05 04:35:56 +02:00
JitAsmCommon.h
Jit64: Check for breakpoint without disabling block link
2022-12-24 13:01:29 +01:00
JitBase.cpp
JitBase: Improve const-correctness
2024-12-28 16:44:58 +01:00
JitBase.h
linter: Apply clang-format 19.1 formatting
2025-04-23 11:19:20 +02:00
JitCache.cpp
Replace 'reinterpret_cast' with 'static_cast'
2024-11-08 07:26:47 +01:00
JitCache.h
JITs: Revamp LogGeneratedX86
2024-10-19 02:30:45 -07:00