Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 503138
Collapse All | Expand All

(-)zsnes_1_51/src/linux/sdllink.c.old (-1 / +1 lines)
Lines 773-783 BOOL InitInput() Link Here
773
{
773
{
774
  InitJoystickInput();
774
  InitJoystickInput();
775
  return TRUE;
775
  return TRUE;
776
}
776
}
777
777
778
int startgame()
778
int __attribute__((force_align_arg_pointer)) startgame()
779
{
779
{
780
  static bool ranonce = false;
780
  static bool ranonce = false;
781
  int status;
781
  int status;
782
782
783
  if (!ranonce)
783
  if (!ranonce)

Return to bug 503138