rclark559 / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

LIRC build broken #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As of 3/24/08, the build is broken when the LIRC option is activated.  This
needs to be tested and fixed.  The actual operation of the LIRC function
must be tested and ensured to work as well, not just the build.

Original issue reported on code.google.com by richard...@gmail.com on 24 Mar 2008 at 2:51

GoogleCodeExporter commented 8 years ago
You can assign this to me if you want. I'll be working on this this week.

Original comment by ebenbl...@gmail.com on 24 Mar 2008 at 3:52

GoogleCodeExporter commented 8 years ago
I started working on this one, so assigning to myself.

Original comment by ebenbl...@gmail.com on 24 Mar 2008 at 9:01

GoogleCodeExporter commented 8 years ago

Original comment by ebenbl...@gmail.com on 24 Mar 2008 at 10:24

GoogleCodeExporter commented 8 years ago
New Revision: 50

Added:
  trunk/main/lirc.c
Modified:
  trunk/Makefile
  trunk/main/gui_gtk/main_gtk.c
  trunk/main/lirc.h
  trunk/main/main.c
  trunk/main/main.h
  trunk/main/plugin.h
  trunk/r4300/interupt.c
Log:
-Fixed LIRC support (it was broken during gui/nogui merge).
-Separated LIRC functions into new lirc.c file so they can be used in gui or 
nogui build.
-Added pause/continue functionality to LIRC.
-Made it so LIRC commands work while emulation is paused.
-Added wiki page on how to setup LIRC for Mupen64Plus.
-Fixed minor bug with g_EmulationRunning (it was being set to 1 during 
stopEmulation).

Original comment by ebenbl...@gmail.com on 25 Mar 2008 at 5:42

GoogleCodeExporter commented 8 years ago
Fix verified by me and mherbert0

Original comment by ebenbl...@gmail.com on 26 Mar 2008 at 3:49

GoogleCodeExporter commented 8 years ago

Original comment by sgorman07@gmail.com on 17 Apr 2008 at 6:31