mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-09 12:24:18 +02: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