mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 07:36:57 +00:00
rename kvm references to pvm
The term KVM is missleading because we are not using linux kernel virtualization. PVM stands for "Pound Virtual Machine" which is more accurate. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
70a1abc62f
commit
9d7b05d6ae
14 changed files with 100 additions and 119 deletions
|
|
@ -99,7 +99,7 @@ add_subdirectory(3rd_Party)
|
|||
add_subdirectory(src/common)
|
||||
add_subdirectory(src/frontend)
|
||||
add_subdirectory(src/host)
|
||||
add_subdirectory(src/kvm)
|
||||
add_subdirectory(src/pvm)
|
||||
add_subdirectory(src/targets/switch1/hardware)
|
||||
|
||||
#--------------------------------
|
||||
|
|
@ -113,7 +113,7 @@ endif()
|
|||
include(TestBigEndian)
|
||||
TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
|
||||
|
||||
list(APPEND POUND_PROJECT_TARGETS common frontend host kvm)
|
||||
list(APPEND POUND_PROJECT_TARGETS common frontend host pvm)
|
||||
foreach(TARGET ${POUND_PROJECT_TARGETS})
|
||||
# Apply Endianness definitions to all our targets.
|
||||
if(WORDS_BIGENDIAN)
|
||||
|
|
@ -153,7 +153,7 @@ target_link_libraries(Pound PRIVATE
|
|||
common
|
||||
frontend
|
||||
host
|
||||
kvm
|
||||
pvm
|
||||
|
||||
OpenGL::GL
|
||||
SDL3::SDL3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue