Condition box on Dolphin’s Breakpoint menu? - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Coding & Hacking General Discussion (https://mariokartwii.com/forumdisplay.php?fid=23) +--- Thread: Condition box on Dolphin’s Breakpoint menu? (/showthread.php?tid=2163) |
Condition box on Dolphin’s Breakpoint menu? - seanmcnally - 03-16-2024 Apologies if this has already been answered elsewhere, but I haven’t been able to find any documentation on this. What exactly does the “condition” box do inside Dolphin’s breakpoint menu? RE: Condition box on Dolphin’s Breakpoint menu? - Vega - 03-16-2024 Write to Log = Don't execute the BP within the emulation if it's hit. Just write to Dolphin's log Break = BP will execute if hit. Omit writing to Dolphin's log. Write to Log & Break = BP executes if hit, and will write to Dolphin's log. RE: Condition box on Dolphin’s Breakpoint menu? - seanmcnally - 03-16-2024 (03-16-2024, 04:33 PM)Vega Wrote: Write to Log = Don't execute the BP within the emulation if it's hit. Just write to Dolphin's log Thanks, I understand these, but I was asking about the input box above those options RE: Condition box on Dolphin’s Breakpoint menu? - Vega - 03-16-2024 Apologies. Hmm I wouldn't know. I don't have that field on my Dolphin (older dev version). I would ask this on the dolphin-emu forums. RE: Condition box on Dolphin’s Breakpoint menu? - seanmcnally - 03-17-2024 Will do, and I'll report back if I find anything interesting. Thanks! RE: Condition box on Dolphin’s Breakpoint menu? - seanmcnally - 03-19-2024 Asked on the Dolphin Forums, nobody answered but I stumbled upon the answer by mistake. I can't believe how simple it was, and boy do I feel silly for missing it...pressing the "help" button tells you exactly what the "condition" box does. The crazy part is, this would have been really useful info a few weeks back, lol RE: Condition box on Dolphin’s Breakpoint menu? - Vega - 03-19-2024 Nice. This was missing on older versions for the longest time. I wonder if Dolphin still doesn't 100% emulate the FPRs correctly (to Hardware spec) |