├── .gitignore ├── LICENSE ├── README.md ├── gm8x_fix.c ├── patch_types.h ├── patches.c └── version.rc /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyfloogle/gm8x_fix/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyfloogle/gm8x_fix/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyfloogle/gm8x_fix/HEAD/README.md -------------------------------------------------------------------------------- /gm8x_fix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyfloogle/gm8x_fix/HEAD/gm8x_fix.c -------------------------------------------------------------------------------- /patch_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyfloogle/gm8x_fix/HEAD/patch_types.h -------------------------------------------------------------------------------- /patches.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyfloogle/gm8x_fix/HEAD/patches.c -------------------------------------------------------------------------------- /version.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skyfloogle/gm8x_fix/HEAD/version.rc --------------------------------------------------------------------------------