mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 22:16:28 +00:00
thumb32: Split thumb32 file into branch and control
This commit is contained in:
14
src/frontend/A32/translate/impl/thumb32_control.cpp
Normal file
14
src/frontend/A32/translate/impl/thumb32_control.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/* This file is part of the dynarmic project.
|
||||
* Copyright (c) 2016 MerryMage
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include "frontend/A32/translate/impl/translate_thumb.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_UDF() {
|
||||
return thumb16_UDF();
|
||||
}
|
||||
|
||||
} // namespace Dynarmic::A32
|
||||
Reference in New Issue
Block a user