common: Resolve C4267 warning on MSVC

Also removes Timer::GetDoubleTime() as it is unused.
This commit is contained in:
Morph
2022-05-18 00:05:40 -04:00
parent 46c6e5c4c0
commit 1cc1c33a15
6 changed files with 7 additions and 28 deletions
+1 -1
View File
@@ -8,5 +8,5 @@
#include "common/common_types.h"
namespace Common {
void FlipRGBA8Texture(std::vector<u8>& tex, u64 width, u64 height);
void FlipRGBA8Texture(std::vector<u8>& tex, u32 width, u32 height);
}