diff options
author | Twinaphex | 2017-08-14 07:23:57 +0200 |
---|---|---|
committer | GitHub | 2017-08-14 07:23:57 +0200 |
commit | 262051693823522c34a3e19904bf4ed9f1877e65 (patch) | |
tree | d0dd772a589dbfa07bacd70207fc4db0f37d4109 /source/sar.h | |
parent | 62be8bed4dc3dc7793f1df1391f153436e4ea949 (diff) | |
parent | 5e450063fbe25926ae50d569c285db428055318a (diff) | |
download | snes9x2005-262051693823522c34a3e19904bf4ed9f1877e65.tar.gz snes9x2005-262051693823522c34a3e19904bf4ed9f1877e65.tar.bz2 snes9x2005-262051693823522c34a3e19904bf4ed9f1877e65.zip |
Merge pull request #39 from jamsilva/master
Fixes and cleanups
Diffstat (limited to 'source/sar.h')
-rw-r--r-- | source/sar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/sar.h b/source/sar.h index 487cdaa..2fc14d2 100644 --- a/source/sar.h +++ b/source/sar.h @@ -50,7 +50,5 @@ static INLINE int64_t SAR64(const int64_t b, const int32_t n) #endif return b >> n; } - #endif - #endif |