User:Drmario: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''hi julian whatsup. this list is highly customisable. at the moment it lists all the games that are multiplayer - either versus or co-operative - and that also use classic style controllers'''
<DPL>
  category = Classic_Controller_(Input_supported)
  category = Multiplayer_(Game_mode) | Co-op_(Game_mode)
  ordermethod = titlewithoutnamespace
  order = ascending
</DPL>
<pre><nowiki>
<pre><nowiki>
sample code:
<DPL>
<DPL>
   category = Puzzle_(Genre)
   category = Classic_Controller_(Input_supported)
   category = Multiplayer_(Game_mode) | Co-op_(Game_mode)
   category = Multiplayer_(Game_mode) | Co-op_(Game_mode)
   ordermethod = titlewithoutnamespace
   ordermethod = titlewithoutnamespace
   order = ascending
   order = ascending
</DPL>
</DPL>
</nowiki></pre>
</nowiki></pre>

Revision as of 16:18, 26 September 2016

hi julian whatsup. this list is highly customisable. at the moment it lists all the games that are multiplayer - either versus or co-operative - and that also use classic style controllers


sample code:

<DPL>
  category = Classic_Controller_(Input_supported)
  category = Multiplayer_(Game_mode) | Co-op_(Game_mode)
  ordermethod = titlewithoutnamespace
  order = ascending
</DPL>