summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-09-30 01:32:39 +0200
committerGitHub <noreply@github.com>2021-09-30 01:32:39 +0200
commitb9251155f83f27aa5d5bc33bfc068913d611314a (patch)
treed00074e943ba23b90d1d3239aa9131cd68eb50c5 /src/core/file_sys
parentMerge pull request #7036 from ameerj/ogl-bgr-v2 (diff)
parentstyle: Remove extra space preceding the :: operator (diff)
downloadyuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.tar
yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.tar.gz
yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.tar.bz2
yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.tar.lz
yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.tar.xz
yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.tar.zst
yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.zip
Diffstat (limited to 'src/core/file_sys')
-rw-r--r--src/core/file_sys/program_metadata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/program_metadata.cpp b/src/core/file_sys/program_metadata.cpp
index 01ae1a567..35a53d36c 100644
--- a/src/core/file_sys/program_metadata.cpp
+++ b/src/core/file_sys/program_metadata.cpp
@@ -77,7 +77,7 @@ void ProgramMetadata::LoadManual(bool is_64_bit, ProgramAddressSpaceType address
aci_header.title_id = title_id;
aci_file_access.permissions = filesystem_permissions;
npdm_header.system_resource_size = system_resource_size;
- aci_kernel_capabilities = std ::move(capabilities);
+ aci_kernel_capabilities = std::move(capabilities);
}
bool ProgramMetadata::Is64BitProgram() const {