mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Change some SNES references
This commit is contained in:
parent
c720a9d711
commit
872a2d306e
@ -234,7 +234,8 @@ static void update_element(
|
||||
}
|
||||
}
|
||||
|
||||
/* Updates 16-bit input in same format as SNES itself. */
|
||||
/* Updates 16-bit input in same format as libretro API itself. */
|
||||
|
||||
static void update_input(state_tracker_t *tracker)
|
||||
{
|
||||
unsigned i;
|
||||
|
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __RARCH_SNES_TRACKER_H
|
||||
#define __RARCH_SNES_TRACKER_H
|
||||
#ifndef __RARCH_LIBRETRO_TRACKER_H
|
||||
#define __RARCH_LIBRETRO_TRACKER_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user