mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
another buildfix
This commit is contained in:
parent
6f75d24955
commit
69e168a293
1 changed files with 1 additions and 4 deletions
|
@ -14,6 +14,7 @@
|
|||
// ****************************************************************************
|
||||
|
||||
#include "xbrz.h"
|
||||
#include <cmath>
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -609,10 +610,6 @@ void scalePixel(const Kernel_3x3& ker,
|
|||
#define h get_h<rotDeg>(ker)
|
||||
#define i get_i<rotDeg>(ker)
|
||||
|
||||
#ifndef NDEBUG
|
||||
if (breakIntoDebugger)
|
||||
__debugbreak(); //__asm int 3;
|
||||
#endif
|
||||
|
||||
const unsigned char blend = rotateBlendInfo<rotDeg>(blendInfo);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue