mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
softgpu: Define constexpr var for older C++.
This commit is contained in:
parent
8573c34f85
commit
ce0e872d37
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,8 @@ private:
|
|||
const BinManager::BinStateQueue &states_;
|
||||
};
|
||||
|
||||
constexpr int BinManager::MAX_POSSIBLE_TASKS;
|
||||
|
||||
BinManager::BinManager() {
|
||||
queueRange_.x1 = 0x7FFFFFFF;
|
||||
queueRange_.y1 = 0x7FFFFFFF;
|
||||
|
|
Loading…
Add table
Reference in a new issue