mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-11 04:46:27 +00:00
thumb32: Add load source files
Places all the skeleton files in place.
This commit is contained in:
11
src/frontend/A32/translate/impl/thumb32_load_byte.cpp
Normal file
11
src/frontend/A32/translate/impl/thumb32_load_byte.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
/* This file is part of the dynarmic project.
|
||||
* Copyright (c) 2021 MerryMage
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include "frontend/A32/translate/impl/translate_thumb.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
|
||||
} // namespace Dynarmic::A32
|
||||
11
src/frontend/A32/translate/impl/thumb32_load_halfword.cpp
Normal file
11
src/frontend/A32/translate/impl/thumb32_load_halfword.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
/* This file is part of the dynarmic project.
|
||||
* Copyright (c) 2021 MerryMage
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include "frontend/A32/translate/impl/translate_thumb.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
|
||||
} // namespace Dynarmic::A32
|
||||
11
src/frontend/A32/translate/impl/thumb32_load_word.cpp
Normal file
11
src/frontend/A32/translate/impl/thumb32_load_word.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
/* This file is part of the dynarmic project.
|
||||
* Copyright (c) 2021 MerryMage
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include "frontend/A32/translate/impl/translate_thumb.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
|
||||
} // namespace Dynarmic::A32
|
||||
Reference in New Issue
Block a user