diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2026-01-08 15:56:01 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-01-17 16:58:45 -0600 |
| commit | dffc7a650d06e3f6cdce019ca79098cfd1e2ed15 (patch) | |
| tree | f8bd686e9d312c66a08e39cd9809e9444420c09b /Source/Core/DolphinLib.props | |
| parent | b556bd99d72d996364f423b663af5d02a9610c4f (diff) | |
Common: Replace Result with C++23's std::expected.
Diffstat (limited to 'Source/Core/DolphinLib.props')
| -rw-r--r-- | Source/Core/DolphinLib.props | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index 2ad92b44e6..d55dbb4675 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -154,7 +154,6 @@ <ClInclude Include="Common\Projection.h" /> <ClInclude Include="Common\QoSSession.h" /> <ClInclude Include="Common\Random.h" /> - <ClInclude Include="Common\Result.h" /> <ClInclude Include="Common\scmrev.h" /> <ClInclude Include="Common\ScopeGuard.h" /> <ClInclude Include="Common\SDCardUtil.h" /> |
