mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #10] [CLOSED] Cmake imgui #1214
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/10
Author: @georgemoralis
Created: 5/2/2023
Status: ❌ Closed
Base:
main← Head:cmake_imgui📝 Commits (7)
28b6392let's cleanup all3f14d70first try with cmake and imgui32fd699added fmt librarybfd9f9badded spdlog library14d9331creation of release configuration on cmake155efffadded magic enum submodule4e75cd3we can now load elf and imgui.📊 Changes
27 files changed (+339 additions, -451 deletions)
View changed files
➖
.github/workflows/windows.yml(+0 -49)📝
.gitignore(+2 -0)📝
.gitmodules(+12 -6)➕
CMakeLists.txt(+28 -0)➕
CMakeSettings.json(+27 -0)➖
emulator/emulator.vcxproj(+0 -97)➖
emulator/emulator.vcxproj.filters(+0 -45)➖
emulator/main.cpp(+0 -18)➖
shadps4.sln(+0 -39)📝
src/Core/FsFile.cpp(+0 -0)📝
src/Core/FsFile.h(+0 -0)📝
src/Loader/Elf.cpp(+2 -1)📝
src/Loader/Elf.h(+0 -0)➕
src/main.cpp(+211 -0)📝
src/types.h(+0 -0)➕
third-party/CMakeLists.txt(+52 -0)➕
third-party/SDL(+1 -0)➕
third-party/fmt(+1 -0)➕
third-party/imgui(+1 -0)➕
third-party/magic_enum(+1 -0)...and 7 more files
📄 Description
cmake and intial imgui
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.