mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-21 21:26:15 +02:00
GB_debugger_break is for external APIs, not available on libretro builds
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
#include "debugger.h"
|
||||
#include "gb.h"
|
||||
|
||||
|
||||
@@ -794,7 +793,7 @@ LD_X_Y(a,b) LD_X_Y(a,c) LD_X_Y(a,d) LD_X_Y(a,e) LD_X_Y(a,h) LD_X_Y(a,l) LD_X_DHL
|
||||
static void ld_b_b(GB_gameboy_t *gb, uint8_t opcode)
|
||||
{
|
||||
if (gb->has_software_breakpoints) {
|
||||
GB_debugger_break(gb);
|
||||
gb->debug_stopped = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user