mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 15:28:46 +02:00
![]() 2 bytes shorter. Before: 0: 41 0f b7 c2 movzx eax,r10w 4: 41 89 c5 mov r13d,eax 7: 83 c0 01 add eax,0x1 After: 0: 45 0f b7 ea movzx r13d,r10w 4: 41 8d 45 01 lea eax,[r13+0x1] |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DiscIO | ||
DolphinNoGUI | ||
DolphinQt | ||
InputCommon | ||
MacUpdater | ||
UICommon | ||
UpdaterCommon | ||
VideoBackends | ||
VideoCommon | ||
WinUpdater | ||
CMakeLists.txt |