mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Default constructor for avc2_settings
This commit is contained in:
parent
d6f6752af0
commit
c92a556093
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ void fmt_class_string<CellSysutilAvc2AttributeId>::format(std::string& out, u64
|
||||||
|
|
||||||
struct avc2_settings
|
struct avc2_settings
|
||||||
{
|
{
|
||||||
|
avc2_settings() = default;
|
||||||
|
|
||||||
avc2_settings(const avc2_settings&) = delete;
|
avc2_settings(const avc2_settings&) = delete;
|
||||||
avc2_settings& operator=(const avc2_settings&) = delete;
|
avc2_settings& operator=(const avc2_settings&) = delete;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue