Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions public_html/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,30 @@
<body>
<?php include 'lib/module/sys-global.php';?>
<?php
if (@include_once("lib/compat/objects/Build.php"))

Check failure on line 31 in public_html/download.php

View workflow job for this annotation

GitHub Actions / build

Path in include_once() "lib/compat/objects/Build.php" is not a file or it does not exist.
{
$build = Build::get_latest(null);

Check failure on line 33 in public_html/download.php

View workflow job for this annotation

GitHub Actions / build

Call to static method get_latest() on an unknown class Build.

// Fallbacks in case any of these builds failed in the latest version
if (isset($build) && is_null($build->get_url_windows()))
{
$build_windows_x64 = Build::get_latest("win");

Check failure on line 38 in public_html/download.php

View workflow job for this annotation

GitHub Actions / build

Call to static method get_latest() on an unknown class Build.
}
if (isset($build) && is_null($build->get_url_linux()))
{
$build_linux_x64 = Build::get_latest("linux");

Check failure on line 42 in public_html/download.php

View workflow job for this annotation

GitHub Actions / build

Call to static method get_latest() on an unknown class Build.
}
if (isset($build) && is_null($build->get_url_linux_arm64()))
{
$build_linux_arm64 = Build::get_latest("linux_arm64");

Check failure on line 46 in public_html/download.php

View workflow job for this annotation

GitHub Actions / build

Call to static method get_latest() on an unknown class Build.
}
if (isset($build) && is_null($build->get_url_mac()))
{
$build_macos_x64 = Build::get_latest("mac");

Check failure on line 50 in public_html/download.php

View workflow job for this annotation

GitHub Actions / build

Call to static method get_latest() on an unknown class Build.
}
if (isset($build) && is_null($build->get_url_mac_arm64()))
{
$build_macos_arm64 = Build::get_latest("mac_arm64");

Check failure on line 54 in public_html/download.php

View workflow job for this annotation

GitHub Actions / build

Call to static method get_latest() on an unknown class Build.
}
}
?>
Expand Down Expand Up @@ -115,6 +115,24 @@
</div>
</div>
</a>
<a href='https://github.com/RPCS3/rpcs3-binaries-mac-arm64/releases/download/build-6a15f9dc8ea46fafccdebebe9b57e21bbd5e7426/rpcs3-v0.0.41-19492-6a15f9dc_macos_aarch64.7z' target="_blank">
<div class="generic-btn-button">
<div class="generic-ico-button" style="background: url('/img/icons/buttons/macos-h.png') no-repeat center">
</div>
<div class="generic-tx1-button">
<span>Download <span class="generic-tx2-label">For macOS 14.4 (arm64)</span></span>
</div>
</div>
</a>
<a href='https://github.com/RPCS3/rpcs3-binaries-mac/releases/download/build-6a15f9dc8ea46fafccdebebe9b57e21bbd5e7426/rpcs3-v0.0.41-19492-6a15f9dc_macos.7z' target="_blank">
<div class="generic-btn-button">
<div class="generic-ico-button" style="background: url('/img/icons/buttons/macos-h.png') no-repeat center">
</div>
<div class="generic-tx1-button">
<span>Download <span class="generic-tx2-label">For macOS 14.4 (x64)</span></span>
</div>
</div>
</a>
<a href='https://github.com/RPCS3/rpcs3-binaries-mac-arm64/releases/download/build-563a3d3587b309bdbad947363faf1b9dab434d46/rpcs3-v0.0.35-17589-563a3d35_macos_arm64.7z' target="_blank">
<div class="generic-btn-button">
<div class="generic-ico-button" style="background: url('/img/icons/buttons/macos-h.png') no-repeat center">
Expand Down
4 changes: 2 additions & 2 deletions public_html/lib/module/download/inc-download-platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
<span>macOS</span> <span class='downloadable-tx3-label'>Experimental</span>
</div>
<div class='downloadable-tx2-desc darkmode-txt'>
<span>For Apple Silicon or Intel hardware with dedicated graphics on macOS 14.4+, 15.0+ or later.</span>
<span>For Apple Silicon or Intel hardware with dedicated graphics on macOS 15 or later.</span>
</div>
<!-- SHA Section -->
<div class='sha2-tx1-title darkmode-txt'>
Expand Down Expand Up @@ -366,7 +366,7 @@
<span>FreeBSD</span>
</div>
<div class='downloadable-tx2-desc darkmode-txt'>
<span>Users can expect to run RPCS3 at the best possible performance on a wide range of hardware setups on FreeBSD 13.5 or later.<br><br><br><br></span>
<span>Users can expect to run RPCS3 at the best possible performance on a wide range of hardware setups on FreeBSD 14.4 or later.<br><br><br><br></span>
</div>
<a href="https://cgit.freebsd.org/ports/log/emulators/rpcs3">
<div class='package-con-button'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
<div class='device-tx2-desc darkmode-txt'>
<span>
Expect decent performance on Macs with high-end Intel CPUs and variable performance with Apple Silicon on macOS 14.4+, 15.0+ or later.<br>
Expect decent performance on Macs with high-end Intel CPUs and variable performance with Apple Silicon on macOS 15 or later.<br>
<br>
See the <b>For Mac</b> section for more details. </span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<p>
Windows
</p>
<span>Windows 11 24H2 or later</span><br>
<span>Windows 11 25H2 or later</span><br>
<br>
<p>
Linux
Expand All @@ -152,12 +152,12 @@
<p>
macOS
</p>
<span>macOS 14.4+, 15.0+ or later</span><br>
<span>macOS 15 or later</span><br>
<br>
<p>
FreeBSD
</p>
<span>FreeBSD 13.5+, 14.3+, 15.0+ or later</span>
<span>FreeBSD 14.4+, 15.0+ or later</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -301,12 +301,12 @@
<p>
macOS
</p>
<span>macOS 14.4+, 15.0+ or later</span><br>
<span>macOS 15 or later</span><br>
<br>
<p>
FreeBSD
</p>
<span>FreeBSD 13.5 or later</span>
<span>FreeBSD 14.4 or later</span>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions public_html/requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<ul class="requirements-cell-list">
<li>Linux</li>
<li>Windows 10</li>
<li>macOS 14</li>
<li>macOS 15</li>
<li>FreeBSD 14</li>
</ul>
</td>
Expand Down Expand Up @@ -190,8 +190,8 @@
</td>
<td>
<ul class="requirements-cell-list">
<li>ATI HD 5450</li>
<li>NVIDIA GT 420</li>
<li>ATI HD 5550</li>
<li>NVIDIA GT 430</li>
<li>Intel Arc A310</li>
</ul>
</td>
Expand Down
Loading