Skip to content

Commit

Permalink
Merge pull request RetroPie#856 from pjft/random-collection
Browse files Browse the repository at this point in the history
Add support for a Random collection
  • Loading branch information
pjft authored Feb 1, 2024
2 parents 771e457 + 97eea57 commit c8bcfa4
Show file tree
Hide file tree
Showing 10 changed files with 566 additions and 63 deletions.
2 changes: 2 additions & 0 deletions es-app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ set(ES_HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiScraperStart.h
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiGamelistFilter.h
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiCollectionSystemsOptions.h
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiRandomCollectionOptions.h
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiInfoPopup.h

# Scrapers
Expand Down Expand Up @@ -93,6 +94,7 @@ set(ES_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiScraperStart.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiGamelistFilter.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiCollectionSystemsOptions.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiRandomCollectionOptions.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/guis/GuiInfoPopup.cpp

# Scrapers
Expand Down
Loading

0 comments on commit c8bcfa4

Please sign in to comment.