Merge pull request #4579 from xperia64/3d_slider

Change 3D Slider in-game
This commit is contained in:
Weiyi Wang 2019-01-23 20:23:55 -05:00 committed by GitHub
commit 054a97c08b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 3 deletions

View file

@ -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;