It works with Intel games too. It works with all App Store games I installed, but only with some games I downloaded from GOG. One common thing I found so far is that those games that trigger Game Mode have this in the Info.plist file:
Code:
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
(It might be something more specific too, such as
public.app-category.adventure-games
.)
However, this is not enough. I searched the developer documentation, but have not found any clues.