summaryrefslogtreecommitdiff
path: root/src/core/loader/3dsx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/loader/3dsx.cpp')
-rw-r--r--src/core/loader/3dsx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/3dsx.cpp b/src/core/loader/3dsx.cpp
index d043fa9bd..530837d08 100644
--- a/src/core/loader/3dsx.cpp
+++ b/src/core/loader/3dsx.cpp
@@ -191,7 +191,7 @@ static THREEDSX_Error Load3DSXFile(FileUtil::IOFile& file, u32 base_addr, Shared
191 *pos = (addr); 191 *pos = (addr);
192 break; 192 break;
193 case 1: 193 case 1:
194 *pos = (addr - in_addr); 194 *pos = static_cast<u32>(addr - in_addr);
195 break; 195 break;
196 default: 196 default:
197 break; //this should never happen 197 break; //this should never happen