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'''
<pre>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 can be played with the wii classic controller
</pre>


<DPL>
<DPL>
Line 10: Line 13:


<pre><nowiki>
<pre><nowiki>
sample code:
<DPL>
<DPL>
   category = Classic_Controller_(Input_supported)
   category = Classic_Controller_(Input_supported)
Line 18: Line 19:
   order = ascending
   order = ascending
</DPL>
</DPL>
</nowiki></pre>
</nowiki></pre>

Revision as of 17:22, 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 can be played with the wii classic controller


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