mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-21 20:22:43 +00:00
(Wii) Bump up version
This commit is contained in:
parent
4643e53cc8
commit
54f0fb5319
@ -70,6 +70,11 @@ static uint64_t nullinput_get_capabilities(void *data)
|
||||
return caps;
|
||||
}
|
||||
|
||||
static bool nullinput_set_sensor_state(void *data, unsigned port, enum retro_sensor_action action, unsigned event_rate)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
const input_driver_t input_null = {
|
||||
nullinput_input_init,
|
||||
nullinput_input_poll,
|
||||
@ -77,7 +82,7 @@ const input_driver_t input_null = {
|
||||
nullinput_input_key_pressed,
|
||||
nullinput_input_free_input,
|
||||
nullinput_set_keybinds,
|
||||
nullinput_set_sensor_state,
|
||||
nullinput_get_capabilities,
|
||||
"null",
|
||||
};
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>RetroArch GX</name>
|
||||
<coder>Maister, Squarepusher, ToadKing</coder>
|
||||
<version>0.9.9.7</version>
|
||||
<release_date>2012-2013</release_date>
|
||||
<version>1.0.0.0</version>
|
||||
<release_date>2012-2014</release_date>
|
||||
<short_description>Multi-system game/emulator system</short_description>
|
||||
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
|
||||
<no_ios_reload/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user