forked from shadps4-emu/shadPS4
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trophy pop-up and viewer enhancements (shadps4-emu#2493)
* Include trophy rarity icons in pop up, remove newlines from viewer Fix layout Update platinum.png Fix linux and apple * Smaller type icons, center text vertically * use original icons * MacOS fixes * Address Review comments Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml test * Move trophy type to leftmost and trophy art to rightmost * Embed resources * Revert packaging of resources with builds --------- Co-authored-by: rainmakerv2 <[email protected]>
- Loading branch information
1 parent
4f1baec
commit 22ca57b
Showing
12 changed files
with
795 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,10 @@ path = [ | |
"documents/Screenshots/*", | ||
"documents/Screenshots/Linux/*", | ||
"externals/MoltenVK/MoltenVK_icd.json", | ||
"Resources/bronze.png", | ||
"Resources/gold.png", | ||
"Resources/platinum.png", | ||
"Resources/silver.png", | ||
"scripts/ps4_names.txt", | ||
"src/images/about_icon.png", | ||
"src/images/controller_icon.png", | ||
|
@@ -103,3 +107,7 @@ path = "externals/gcn/include/**" | |
SPDX-FileCopyrightText = "NONE" | ||
SPDX-License-Identifier = "CC0-1.0" | ||
|
||
[[annotations]] | ||
path = "cmake/CMakeRC.cmake" | ||
SPDX-FileCopyrightText = "Copyright (c) 2017 vector-of-bool <[email protected]>" | ||
SPDX-License-Identifier = "MIT" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.