diff options
| author | 2020-08-21 12:52:17 +1000 | |
|---|---|---|
| committer | 2020-08-21 12:52:17 +1000 | |
| commit | f27abac28a79bf96dbd96f5e706316a164bc5b68 (patch) | |
| tree | af2dbed02661147e9ba178956f1f574c7cd91455 /src/emu/validity.cpp | |
| parent | baa872748d5f4c26d018e545297009345612ceb3 (diff) | |
Clean up the preprocessor glue for selecting RGB utility implementation a little
Diffstat (limited to 'src/emu/validity.cpp')
| -rw-r--r-- | src/emu/validity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/validity.cpp b/src/emu/validity.cpp index dd836cdccac..9557d2d7dd7 100644 --- a/src/emu/validity.cpp +++ b/src/emu/validity.cpp @@ -1393,7 +1393,7 @@ void validity_checker::validate_rgb() // test bilinear_filter and bilinear_filter_rgbaint // SSE implementation carries more internal precision between the bilinear stages -#if (!defined(MAME_DEBUG) || defined(__OPTIMIZE__)) && (defined(__SSE2__) || defined(_MSC_VER)) && defined(PTR64) +#if defined(MAME_RGB_HIGH_PRECISION) const int first_shift = 1; #else const int first_shift = 8; |
