dolphin-emu / hwtests

Hardware test suite
GNU General Public License v2.0
22 stars 25 forks source link

Fix common -> Common #53

Closed Tilka closed 9 months ago

Tilka commented 2 years ago

I'm guessing @Pokechu22 uses a case-insensitive file system.

Pokechu22 commented 2 years ago

Yeah, I have my devkitpro setup under WSL, which I guess must inherit the windows filesystem's case insensitivity (at least for files that are accessed via /mnt/c/?)

That said, I think it might be better to rename common to Common, so that code from Dolphin can be more easily re-used.

Tilka commented 9 months ago

@Pokechu22 Done. I wonder how Git handles file system capitalization changes on Windows... Perforce chokes on them^^