sifadil / pcsx2-playground

Automatically exported from code.google.com/p/pcsx2-playground
2 stars 0 forks source link

GUI Save Savestate #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Note:
Many games do not run yet, or have known problems.
Please do not report those games without giving any more information.
That means reports like "Game XYZ crashes" are not helpful.
Instead try to include as much debug information as possible.
The last 5 console messages for example, or if the crashes can
be circumvented / fixed by another configuration would help much more.

--------------------------------------

1) Did the game ever work correctly (i.e. not have this problem) on the
Official PCSX2 build or an earlier version of PCSX2 playground? 
(If so, please specify the latest pcsx2-playground or Official revision
that last worked.)

2) What steps will reproduce the problem?
1. at the GUI , select File > States > Save , select one of the slots and
it will actually load 

3) What is the expected output? What do you see instead?
saving the savestate , not loading 

4) What version of the product are you using? On what operating system?
PP r504 , vista home premium

5) Please provide any additional information below.
at WinMain.cpp , line 1238 its written:
States_Load(LOWORD(wParam) - ID_FILE_STATES_SAVE_SLOT1);
i think it should be:
States_Save(LOWORD(wParam) - ID_FILE_STATES_SAVE_SLOT1);

Original issue reported on code.google.com by salom...@gmail.com on 26 Dec 2008 at 2:40

GoogleCodeExporter commented 8 years ago
oops!  I'll fix that soon.

Original comment by Jake.Stine on 26 Dec 2008 at 8:23

GoogleCodeExporter commented 8 years ago
This should be fixed now in r510.  Thanks for the report.

Original comment by Jake.Stine on 28 Dec 2008 at 7:01