diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-10 07:29:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 08:29:58 -0600 |
| commit | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (patch) | |
| tree | 4509be332b2ccfc6fe939f47740d68f7746eca3e /src/d/d_s_menu.cpp | |
| parent | 2fd702c0ac170a789af879b8b92a82d4dcc9080c (diff) | |
switch to dtk setup (#2203)
* switch to dtk setup
* some cleanup / fixes
* cleanup d_a_alink literals
* Restore doxygen, update CI & README.md (#1)
* Fix build image ref (#2)
---------
Co-authored-by: Luke Street <luke@street.dev>
Diffstat (limited to 'src/d/d_s_menu.cpp')
| -rw-r--r-- | src/d/d_s_menu.cpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/d/d_s_menu.cpp b/src/d/d_s_menu.cpp new file mode 100644 index 0000000000..696d710c71 --- /dev/null +++ b/src/d/d_s_menu.cpp @@ -0,0 +1,22 @@ +/** + * d_s_menu.cpp + * Debug Level Select Menu + */ + +#include "d/d_s_menu.h" +#include "f_pc/f_pc_leaf.h" +#include "f_op/f_op_scene.h" + +/* 803C3018-803C3040 -00001 0028+00 0/0 0/0 1/0 .data g_profile_MENU_SCENE */ +extern scene_process_profile_definition g_profile_MENU_SCENE = { + fpcLy_ROOT_e, // mLayerID + 1, // mListID + fpcPi_CURRENT_e, // mListPrio + PROC_MENU_SCENE, // mProcName + &g_fpcNd_Method.mBase, // sub_method + 0, // mSize + 0, // mSizeOther + 0, // mParameters + &g_fopScn_Method.mBase, // sub_method + NULL, // mpMtd +};
\ No newline at end of file |
