mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #88] [MERGED] file formats and qt #1281
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#1281
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/88
Author: @georgemoralis
Created: 2/28/2024
Status: ✅ Merged
Merged: 2/29/2024
Merged by: @georgemoralis
Base:
main← Head:file_formats📝 Commits (10+)
8afc346added psf file format6cd20f3clang format fix5a0ae86Merge branch 'main' into file_formatscf6f9dbcrypto functions for pkg decryption7a9d6c3pkg decryption27ad752initial add of qt gui , not yet usable3328e82renamed ini for qt gui settings into shadps4qt.ini083c990file detection and loader support9ea5daaoption to build QT qui8a74103clang format fix📊 Changes
53 files changed (+5781 additions, -42 deletions)
View changed files
➕
.github/linux-appimage-qt.sh(+24 -0)📝
.github/shadps4.desktop(+1 -1)➕
.github/workflows/linux-qt.yml(+60 -0)➕
.github/workflows/windows-qt.yml(+54 -0)📝
.reuse/dep5(+2 -0)📝
CMakeLists.txt(+162 -41)➕
CONTRIBUTING.md(+128 -0)📝
externals/CMakeLists.txt(+23 -0)➕
src/common/endian.h(+242 -0)📝
src/common/io_file.h(+5 -0)➕
src/core/crypto/crypto.cpp(+174 -0)➕
src/core/crypto/crypto.h(+63 -0)➕
src/core/crypto/keys.h(+389 -0)➕
src/core/file_format/pfs.h(+123 -0)➕
src/core/file_format/pkg.cpp(+375 -0)➕
src/core/file_format/pkg.h(+137 -0)➕
src/core/file_format/pkg_type.cpp(+638 -0)➕
src/core/file_format/pkg_type.h(+10 -0)➕
src/core/file_format/psf.cpp(+59 -0)➕
src/core/file_format/psf.h(+48 -0)...and 33 more files
📄 Description
First draft of merging the WIP qt interface
Steps:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.