dborth / dosbox-wii

DOSBox Wii
http://wiibrew.org/wiki/DOSBox_Wii
GNU General Public License v2.0
32 stars 11 forks source link

Add support for Wiimote Home/Power buttons, console Power/Reset buttons #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for Wiimote Home (exit(0)) and Power (shut off console)
buttons. Also add support for console Power (shut off console) Reset 
(reset DOSBox) buttons.

Original issue reported on code.google.com by dborth@gmail.com on 5 May 2009 at 6:17

GoogleCodeExporter commented 9 years ago
I fixed the Power and Reset buttons in SDL. 

I made Reset go back to the homebrew channel though rather than restart DOSBox.

The Home button can't be handled by SDL though, since that is application 
specific. 
I'll do that later.

Original comment by Carl.Kenner@gmail.com on 5 May 2009 at 7:04

GoogleCodeExporter commented 9 years ago
Home button is done.

Original comment by dborth@gmail.com on 7 May 2009 at 5:02