pcca-matrix / PCCA-Layout

HyperSpin layout for Attract-Mode
GNU General Public License v3.0
7 stars 6 forks source link

Games are not shown when filter is set to... #29

Closed ghost closed 4 years ago

ghost commented 4 years ago

The game list of a given system is not shown if in the 'attract.cfg' file, the system's filter is set to:

filter               Favourites
        rule                 Favourite equals 1

And this is how AM generates a display by default.

Example:

display Atari Lynx
    layout               pcca
    romlist              AtariLynx
    in_cycle             yes
    in_menu              yes
    filter               Favourites
        rule                 Favourite equals 1

https://youtu.be/twRQ0Ityc7A

The games do show when the display filter is set to 'all':

display Atari 2600
    layout               pcca
    romlist              atari2600
    in_cycle             yes
    in_menu              yes
    filter               All
pcca-matrix commented 4 years ago

there is something wrong with you attract.cfg , it's normal if your favourites list is empty ! on my side when AM generate a new system filter "All" is set by default

display Atari 2600
    layout               pcca
    romlist              Atari 2600
    in_cycle             yes
    in_menu              yes
        filter               All
    filter               Favourites
        rule                 Favourite equals 1
ghost commented 4 years ago

You are correct! Closing this issue.