Merge: Windows x64 build support (#1899)

This commit is contained in:
Tracy Ward
2019-10-13 15:56:04 -04:00
committed by GitHub
104 changed files with 2374 additions and 1017 deletions
+2 -2
View File
@@ -186,8 +186,8 @@ void ImageCache::ReadFromDisk()
struct ImageTexture: public RageTexture
{
unsigned m_uTexHandle;
unsigned GetTexHandle() const { return m_uTexHandle; }; // accessed by RageDisplay
uintptr_t m_uTexHandle;
uintptr_t GetTexHandle() const { return m_uTexHandle; }; // accessed by RageDisplay
/* This is a reference to a pointer in g_ImagePathToImage. */
RageSurface *&m_pImage;
int m_iWidth, m_iHeight;