.github
arm11
arm9
exception_dump_parser
k11_extension
sysmodules
loader
pxi
rosalina
include
gdb
menus
cheats.h
debugger.h
miscellaneous.h
n3ds.h
process_list.h
process_patches.h
screen_filters.h
sysconfig.h
redshift
3dsx.h
MyThread.h
csvc.h
draw.h
errdisp.h
fmt.h
font.h
fsreg.h
gdb.h
hbloader.h
ifile.h
input_redirection.h
memory.h
menu.h
menus.h
minisoc.h
services.h
shell_open.h
sock_util.h
utils.h
source
Makefile
rosalina.rsf
sm
Makefile
.gitignore
LICENSE.txt
Makefile
README.md
36 lines
1.4 KiB
C
36 lines
1.4 KiB
C
/*
|
|
* This file is part of Luma3DS
|
|
* Copyright (C) 2016-2019 Aurora Wright, TuxSH
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* Additional Terms 7.b and 7.c of GPLv3 apply to this file:
|
|
* * Requiring preservation of specified reasonable legal notices or
|
|
* author attributions in that material or in the Appropriate Legal
|
|
* Notices displayed by works containing it.
|
|
* * Prohibiting misrepresentation of the origin of that material,
|
|
* or requiring that modified versions of such material be marked in
|
|
* reasonable ways as different from the original version.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <3ds/types.h>
|
|
#include "menu.h"
|
|
|
|
extern Menu debuggerMenu;
|
|
|
|
void DebuggerMenu_EnableDebugger(void);
|
|
void DebuggerMenu_DisableDebugger(void);
|