Change some SNES references

This commit is contained in:
twinaphex 2015-01-07 21:52:10 +01:00
parent c720a9d711
commit 872a2d306e
2 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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" {