benmbrennan / mupen64plus

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

Cheat codes don't work #225

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your system:
 - Linux distribution: Ubuntu 9.04
 - Machine type: (32-bit or 64-bit) 64-bit
 - Mupen64Plus version: 1.5-trunk-r1383
 - Plugins used: Rice's Video, JttL SDL Audio, Blight Input, Hacktarux RSP

For visual artifacts, give:
- game name and CRC/MD5 hash (printed on console)
- description of the artifact (missing polygons, flashing, wrong colors, etc)

Describe the problem:
The cheat system does not work in this version. The game runs as if no
cheats are enabled. The cheats work in the latest release version.

Please provide any additional information below.

Maybe the cheat system is being rewritten. I haven't noticed any changes in
the SVN repository recently. Is this project still alive?

Original issue reported on code.google.com by blenheim...@gmail.com on 26 Apr 2009 at 2:05

GoogleCodeExporter commented 9 years ago
Cheats work with the QT4 GUI, but not with the GTK GUI.

Original comment by blenheim...@gmail.com on 26 Apr 2009 at 2:17

GoogleCodeExporter commented 9 years ago
This is a regression with the cheats branch I did. I will look into it.

Original comment by olejl77@gmail.com on 19 May 2009 at 1:43

GoogleCodeExporter commented 9 years ago
Patch is attached.

I have rewritten alot of the cheat.c code. Mainly to simplify. Should have been 
done
when support for the PJ64 cheat database was added.

I took the liberty to change the format of the m64p cheat file. If this is a 
problem
I can revert it, but it will be more code. Anyone have a view on that?

Added support for PJ64 cheat database in the GTK GUI.

Please test and give feedback...

Original comment by olejl77@gmail.com on 15 Jun 2009 at 5:12

Attachments:

GoogleCodeExporter commented 9 years ago
I don't know if this patch was ever applied, but I refactored the cheat code 
handling
logic in the core emulator and simplified it greatly.  I have tested it and it 
works
(though the console UI is the only front-end currently available)

Original comment by richard...@gmail.com on 12 Jan 2010 at 8:10