Skip to content

Commit

Permalink
x64: Fix rom browser showing columns
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Mar 3, 2023
1 parent f048fb2 commit a25e5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Project64/UserInterface/RomBrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CPlugins;
class ROMBROWSER_FIELDS
{
stdstr m_Name;
size_t m_Pos, m_DefaultPos;
uint32_t m_Pos, m_DefaultPos;
int m_ID;
uint32_t m_ColWidth;
LanguageStringID m_LangID;
Expand Down

0 comments on commit a25e5ca

Please sign in to comment.