diff options
author | hizzlekizzle | 2020-05-20 19:34:07 -0500 |
---|---|---|
committer | GitHub | 2020-05-20 19:34:07 -0500 |
commit | 67b91c4b9c44f0d973d2d6a85481e3f437ccc583 (patch) | |
tree | babc4b93857004f0c7b5aa41cc4c88ee1cc7b501 /deps/lightrec/config.h | |
parent | 58bf341a7683b5a73f5e440c1df705daa4326a56 (diff) | |
parent | 6b02f240d929ffa0cb488bc6bb4d27b023e1a822 (diff) | |
download | pcsx_rearmed-67b91c4b9c44f0d973d2d6a85481e3f437ccc583.tar.gz pcsx_rearmed-67b91c4b9c44f0d973d2d6a85481e3f437ccc583.tar.bz2 pcsx_rearmed-67b91c4b9c44f0d973d2d6a85481e3f437ccc583.zip |
Merge pull request #421 from negativeExponent/lightrec_update
Update lightrec to latest upstream
Diffstat (limited to 'deps/lightrec/config.h')
-rw-r--r-- | deps/lightrec/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/lightrec/config.h b/deps/lightrec/config.h index 64c6a3f..b72ae10 100644 --- a/deps/lightrec/config.h +++ b/deps/lightrec/config.h @@ -21,4 +21,3 @@ #define ENABLE_TINYMM 0 #endif /* __LIGHTREC_CONFIG_H__ */ - |