mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
Ported more options in new ini-manager. Use later.
This commit is contained in:
parent
1673ba217c
commit
89f14ec5ac
9 changed files with 653 additions and 52 deletions
|
@ -105,6 +105,13 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
template<typename T2>
|
||||
entry& operator = (const T2& new_value)
|
||||
{
|
||||
value(static_cast<T>(new_value));
|
||||
return *this;
|
||||
}
|
||||
|
||||
explicit operator const T&() const
|
||||
{
|
||||
return m_value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue