r2dliu / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
Other
8 stars 4 forks source link

Refactor code added for slippi to fit dolphin coding style #57

Open r2dliu opened 3 years ago

r2dliu commented 3 years ago

https://github.com/dolphin-emu/dolphin/blob/master/Contributing.md#cpp-style

bmarcott commented 3 years ago

starting with auto formatting using clang-format: #65

bmarcott commented 3 years ago

fix variable naming convention for SlippiUser: https://github.com/r2dliu/dolphin/pull/67

bmarcott commented 3 years ago

fix variable naming convention for SlipppiSavestate : https://github.com/r2dliu/dolphin/pull/68