Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "List of games that support EAX"

From PCGamingWiki, the wiki about fixing PC games
(Created page with "{{ii}} This list is generated automatically. To add or update entries simply edit the individual pages (see the PCGamingWiki:Editing guide/Audio settings#The table|editing g...")
 
(Fixed broken custom query; internal table name is <code>Audio_settings</code>, not <code>Audio</code>.)
Line 2: Line 2:
  
 
{{#cargo_query:
 
{{#cargo_query:
tables=Infobox_game,Audio
+
tables=Infobox_game,Audio_settings
|join on=Infobox_game._pageName=Audio._pageName
+
|join on=Infobox_game._pageName=Audio_settings._pageName
|where=Audio.EAX_support='true' OR Audio.EAX_support='limited' OR Audio.EAX_support='hackable'
+
|where=Audio_settings.EAX_support='true' OR Audio_settings.EAX_support='limited' OR Audio_settings.EAX_support='hackable'
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on,Audio.EAX_support=Supported
+
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on,Audio_settings.EAX_support=Supported
 
|format=template
 
|format=template
 
|named args=yes
 
|named args=yes

Revision as of 19:32, 26 April 2022

This list is generated automatically. To add or update entries simply edit the individual pages (see the editing guide for details).
Error: Table Audio_settings not found.