Use compiler intrinsics for byte swapping

This commit is contained in:
Martin Natano
2023-04-21 22:13:41 +02:00
parent bacecae1f7
commit 56edcee48c
8 changed files with 9 additions and 109 deletions
+1 -1
View File
@@ -17,7 +17,6 @@
#include "arch/ArchHooks/ArchHooks.h"
#include "arch/LoadingWindow/LoadingWindow.h"
#include "arch/Dialog/Dialog.h"
#include <ctime>
#include "ProductInfo.h"
@@ -71,6 +70,7 @@
#include "ver.h"
#include <cmath>
#include <ctime>
#include <vector>
#if defined(WIN32)