Skip to content

Commit

Permalink
getopt_long_ssnes -> getopt_long_rarch
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinaphex committed Jul 7, 2012
1 parent c3d40d0 commit dcae878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compat/getopt_rarch.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#ifdef HAVE_GETOPT_LONG
#include <getopt.h>
#else
// Avoid possible naming collitions during link since we prefer to use the actual name.
#define getopt_long(argc, argv, optstring, longopts, longindex) __getopt_long_ssnes(argc, argv, optstring, longopts, longindex)
// Avoid possible naming collisions during link since we prefer to use the actual name.
#define getopt_long(argc, argv, optstring, longopts, longindex) __getopt_long_rarch(argc, argv, optstring, longopts, longindex)

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion pandora/retroarch/retroarch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ input_player1_down = down
# input_player8_joypad_index = 7

# Joypad buttons.
# Figure these out by using RetroArch-Phoenix or ssnes-joyconfig.
# Figure these out by using RetroArch-Phoenix or retroarch-joyconfig.
# You can use joypad hats with hnxx, where n is the hat, and xx is a string representing direction.
# E.g. "h0up"
# input_player1_a_btn =
Expand Down

0 comments on commit dcae878

Please sign in to comment.