Actions
Emulator Issues #2415
closedgame code cannot be modified by the dolphin debugger after it has been loaded into the jit recompiler(?)
Status:
Won't fix
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What steps will reproduce the problem?
- load a game, play it
- go to PADRead in the code window
- insert a blr as the first instruction of PADRead
What is the expected output? What do you see instead?
expected is input being totally ignored, instead it works.
What version of the product are you using? On what operating system?
r5190
Please provide any additional information below.
input is ignored if PADRead is modified before playing.
Actions