// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include <memory> #include "base_device.h" namespace Core::Devices { class RandomDevice final : BaseDevice { u32 handle; public: static std::shared_ptr<BaseDevice...
target_link_libraries(shadps4 PRIVATE Boost::headers GPUOpen::VulkanMemoryAllocator sirit Vulkan::Headers xxHash::xxhash Zydis::Zydis glslang::SPIRV glslang::glslang SDL3::SDL3) if (APPLE) # Reserve system-managed memory space. target_link_options(shadps4 PRIVATE -Wl,-no_pie,-no_fixup_cha...
name: shadps4-ubuntu64 path: | ${{github.workspace}}/build/shadps4 ${{github.workspace}}/build/libSDL3.so.0.0.0 - name: Run AppImage packaging script run: ./.github/linux-appimage-sdl.sh 2 changes: 0 additions & 2 deletions 2 .github/workflows/windows-qt.yml Original file line ...
Added proper support for devices thanks to previous @viniciuslrangel work on this. Now Cyberpunk 2077 should need less hacks @StevenMiller123 ;)
//https://github.com/shadps4-emu/tracy/blob/c6d779d78508514102fbe1b8eb28bda10d95bb2a/public/tracy/TracyVulkan.hpp#L384-L389 constboolhas_host_time_domain =false; #endif if(has_host_time_domain) { Expand DownExpand Up@@ -377,4 +404,52 @@ void Instance::CollectToolingInfo() { ...
PS4 emulator for Windows and Linux. Contribute to shadps4-emu/shadPS4 development by creating an account on GitHub.
shadPS4: Work-in-progress PS4 emulator by the founder of PCSX, PCSX2 and more Panda3DS: A new, panda-themed, HLE Nintendo 3DS emulator Contributing Any contribution is welcome. Fork, open an issue or work on existing ones, or work on improving the documentation ContributorsAbout...
PS4 emulator for Windows,Linux,MacOS. Contribute to shadps4-emu/shadPS4 development by creating an account on GitHub.
create_target_directory_groups(shadps4) target_link_libraries(shadps4 PRIVATE magic_enum::magic_enum fmt::fmt toml11::toml11 tsl::robin_map xbyak::xbyak Tracy::TracyClient RenderDoc::API ffmpeg) target_link_libraries(shadps4 PRIVATE magic_enum::magic_enum fmt::fmt toml11::toml11 tsl::ro...
shadPS4: Work-in-progress PS4 emulator by the founder of PCSX, PCSX2 and more Panda3DS: A new, panda-themed, HLE Nintendo 3DS emulator Contributing Any contribution is welcome. Fork, open an issue or work on existing ones, or work on improving the documentation...