mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 10:55:03 +00:00
remove dummy code
This commit is contained in:
parent
07c7152d54
commit
109d0ce9de
1 changed files with 0 additions and 8 deletions
|
@ -363,14 +363,6 @@ void game_list_frame::Refresh(const bool from_drive, const bool scroll_after)
|
||||||
*/
|
*/
|
||||||
void game_list_frame::PopulateGameList()
|
void game_list_frame::PopulateGameList()
|
||||||
{
|
{
|
||||||
|
|
||||||
//hackinsh TODO remove
|
|
||||||
//for (auto&& g : m_games)
|
|
||||||
//{
|
|
||||||
// m_game_data.push_back(g);
|
|
||||||
//}
|
|
||||||
//end of hackinsh
|
|
||||||
|
|
||||||
int selected_row = -1;
|
int selected_row = -1;
|
||||||
|
|
||||||
const std::string selected_item = CurrentSelectionPath();
|
const std::string selected_item = CurrentSelectionPath();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue