Merge pull request #4579 from xperia64/3d_slider
Change 3D Slider in-game
This commit is contained in:
commit
054a97c08b
6 changed files with 16 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
@ -156,7 +157,7 @@ struct Values {
|
|||
float bg_blue;
|
||||
|
||||
bool toggle_3d;
|
||||
u8 factor_3d;
|
||||
std::atomic<u8> factor_3d;
|
||||
|
||||
// Audio
|
||||
bool enable_dsp_lle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue