mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
meh
This commit is contained in:
parent
2c393d35f0
commit
98c174edc4
520 changed files with 74815 additions and 58942 deletions
|
@ -25,6 +25,10 @@ struct Statistics
|
|||
std::array<float, 16> gproj{};
|
||||
std::array<float, 16> g2proj{};
|
||||
|
||||
// For widescreen heuristic.
|
||||
float avg_persp_proj_viewport_ratio = 0;
|
||||
float avg_ortho_proj_viewport_ratio = 0;
|
||||
|
||||
std::vector<BPFunctions::ScissorResult> scissors{};
|
||||
size_t current_scissor = 0; // 0 => all, otherwise index + 1
|
||||
int scissor_scale = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue