Commit graph

88 commits

Author SHA1 Message Date
Nicolas Noble
5a26d7d97f
Better ko-fi link. 2025-03-01 19:00:51 -08:00
Nicolas Noble
baad2c2fc8
Fixing ko-fi badge icon. 2025-03-01 18:56:09 -08:00
Nicolas "Pixel" Noble
fcfc71f7cd Adding MacOS arm build 2024-08-24 20:34:29 -07:00
Nicolas Pixel Noble
068172a392 Bumping toolchain to gcc 14.2 and binutils 2.43. 2024-08-05 22:31:45 -07:00
Nicolas "Pixel" Noble
6a46cc9b56 Bumping mips toolchain to 14.1. 2024-07-19 18:58:21 -07:00
Nicolas Pixel Noble
db1b99a16e Revert "Revert "Updating readme links.""
This reverts commit 0d224b62e7.
2024-05-15 21:18:40 -07:00
Nicolas Pixel Noble
0d224b62e7 Revert "Updating readme links."
This reverts commit c7606ae005.

Until we can migrate AppDistrib away from Dedibox / Scaleway, since
their support is apparently abysmal.
2024-05-07 18:40:22 -07:00
Nicolas Pixel Noble
c7606ae005 Updating readme links. 2024-04-24 21:42:34 -07:00
wheremyfoodat
e66e65037e
Add psxdev discord badge too 2023-09-22 18:44:47 +03:00
wheremyfoodat
a645197c6d
Add our discord server badge 2023-09-22 18:41:54 +03:00
Nicolas Pixel Noble
8eb5defa3b Slight specifications of build procedures. 2023-09-15 19:08:15 -07:00
Nicolas Pixel Noble
483e3c5136 Updating mips toolchain installation instructions. 2023-08-06 23:12:38 -07:00
Nicolas Noble
71e4a548d9
Adding Ko-Fi link. 2023-07-19 20:58:42 -07:00
Nicolas Noble
18d5a03e11
Rephrasing status. 2023-07-09 10:07:37 -07:00
Nicolas Noble
c26811b05e
Adding link to TODO.md 2023-06-07 23:20:05 -07:00
Nicolas 'Pixel' Noble
5e46911528 Bumping gcc to 13.1.0 2023-04-27 18:12:58 -07:00
Nicolas Noble
0a88ee1f9b
olol 2023-04-14 18:52:34 -07:00
Nicolas Pixel Noble
fcc6108e31 Adding some more readme. 2023-04-14 15:08:11 -07:00
Nicolas Pixel Noble
a393c165b8 Cleanup of the memory system. 2023-03-25 22:08:52 -07:00
Nicolas Noble
f51ce2ca43
Shortening mips script installation command. 2023-02-06 16:39:13 -08:00
Thankful Machine
8f0f41291d Improve mac app layout
When downloading an app or disk image from the Web, files get the
`com.apple.quarantine` attribute which signals to the OS that the app may be
unsafe. The user can still let the app to run from Finder, which removes the
attribute and allows future runs to proceed without a prompt.

However, if an app is irregular, the user can't approve it normally and it may
get labeled as "damaged". The workaround is to remove the attribute with
something like `xattr` in the terminal but that isn't necessary.

Change the `create-app.sh` script to bring the app into a more typical form for
macOS and remove files that might interfere with code-signing or needlessly
increase the app's size.

- Don't symlink the `pcsx-redux` binary. Make the real binary exist at
  `./Contents/MacOS/PCSX-Redux`.
  - Remove the now empty `./Contents/Resources/bin`.
- Call the app icon `AppIcon.icns` as is customary.
  - Remove source images after constructing the app icon.
- Move dylibs into `./Contents/Frameworks`.
  - Add this path to the executable's `@rpath`.
  - Use `@rpath` instead of `@executable_path` for library locations.
- Removing the quarantine attribute during the build has no effect.
- Remove the Linux desktop things from
  `./Contents/Resources/share/applications` as it isn't necessary for macOS.
- Ad-hoc codesign the app after making changes.
  This must *always* be the very last step.

Update the README about this.
2023-02-04 22:19:39 -08:00
Nicolas Pixel Noble
e94a5b3464 Updating mips script for whitespace issue. 2022-11-05 20:42:51 -07:00
Nicolas Pixel Noble
f5796932dc Quick updates to the base README, and actually adding one to the mips/doc folder. 2022-09-08 16:27:33 -07:00
Nicolas Pixel Noble
e444ef428c Upgrading toolchains. 2022-08-26 19:18:52 -07:00
Nicolas Noble
779af43b8e
Typo. 2022-08-09 22:49:58 -07:00
Nicolas Noble
ef83bf4a57
Adding MacOS derp. 2022-08-09 20:28:21 -07:00
Nicolas Pixel Noble
baff569b2e Merge remote-tracking branch 'upstream/main' into opengl-gpu 2022-08-03 21:57:44 -07:00
Nicolas Noble
406b58e159
Adding CLI version link 2022-08-02 08:41:17 -07:00
wheremyfoodat
9ae4fad0fc Readme cleanup 2022-07-27 03:30:59 +03:00
wheremyfoodat
ccf6a28008 Assert dominance in readme 2022-07-27 03:25:27 +03:00
Nicolas Noble
e7e70d7318
Merge pull request #929 from nicolasnoble/psyqo
PSYQo
2022-07-17 23:06:43 -07:00
Nicolas Pixel Noble
cbc13d6d2f Getting close to the release at this point. 2022-07-17 20:30:13 -07:00
Nicolas Noble
4f87c919ac
Adding -UseBasicParsing to mips instructions. 2022-06-30 20:07:57 -07:00
KanuX
810044ce51
Updated Arch Linux build
ImageMagick is needed in order to use the 'convert' command.
Also the '--needed' flag will skip already installed packages.
2022-05-20 11:45:25 -03:00
Nicolas Noble
c68ee2f87b
Bumping version in readme too. 2022-05-15 16:46:24 -07:00
wheremyfoodat
f105424a8c
Update README.md 2022-04-02 00:32:53 +03:00
Caleb Yates
ed70f9ba23 Merge branch 'main' into aa64-collab
# Conflicts:
#	.gitmodules
2022-03-19 20:57:47 -05:00
Nicolas Noble
a29b8d2816
Removing duplicated curl. 2022-03-13 22:49:21 -07:00
Nicolas "Pixel" Noble
b2fb46dbc6 Updating README 2022-03-13 18:52:23 -07:00
Nicolas Noble
bc559b57a9
Adding link to documentation. 2022-03-11 10:49:20 -08:00
wheremyfoodat
cec5c9167e Update readme 2022-03-07 00:44:25 +02:00
wheremyfoodat
ec23386c19 Update README.md 2022-02-28 16:44:43 -06:00
Nicolas Noble
9f059d2f10
Duplicating download links 2022-02-28 08:22:12 -08:00
Nicolas Noble
58133cd1d0
Adding discord links. 2022-02-21 16:10:10 -08:00
wheremyfoodat
16e330f28e Update README and TODO 2022-01-03 01:59:57 +02:00
nojhan
85b9a21210 [README] put the recursive cloning option forward.
Improve readability.
2021-12-30 13:05:20 +01:00
Nicolas Noble
6d4409ab9b
Merge pull request #693 from njfox/aur-readme-update
Add AUR Package to README for Arch-Based Distros
2021-12-24 18:12:17 -08:00
njfox
29ffb0d91f
fix typo 2021-12-24 22:12:30 +00:00
njfox
d1077f9813
add AUR package to README instructions 2021-12-24 22:08:27 +00:00
Nicolas 'Pixel' Noble
048804bf34 Merge remote-tracking branch 'upstream/main' into vs-2022 2021-12-20 22:07:48 -08:00