notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/rpcs3/Makefile

Number of commits found: 1010 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  

Tuesday, 19 May 2020
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.10.10405

Changes:	https://github.com/RPCS3/rpcs3/compare/cc723ed45...703841e25
Original commitRevision:535798 
Thursday, 14 May 2020
00:47 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.10.10370

Changes:	https://github.com/RPCS3/rpcs3/compare/f95b81574...cc723ed45
Original commitRevision:535192 
Tuesday, 12 May 2020
00:34 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.10.10353

Changes:	https://github.com/RPCS3/rpcs3/compare/14969cd8d...f95b81574
Original commitRevision:534968 
Sunday, 10 May 2020
00:37 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.10.10343

Changes:	https://github.com/RPCS3/rpcs3/compare/e1042bc63...14969cd8d
Original commitRevision:534799 
Thursday, 7 May 2020
00:38 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.10.10339

Changes:	https://github.com/RPCS3/rpcs3/compare/9a4c26dc8...e1042bc63
Original commitRevision:534215 
Tuesday, 5 May 2020
00:58 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.10.10325

Changes:	https://github.com/RPCS3/rpcs3/compare/72bef8dd7...9a4c26dc8
Original commitRevision:533998 
Sunday, 3 May 2020
01:19 jbeich search for other commits by this committer
emulators/rpcs3: disable LLVM for SPU on FreeBSD 11 by default

Many games crash which gives bad first impression.

PR:		240495
Original commitRevision:533725 
00:22 jbeich search for other commits by this committer
emulators/rpcs3: unbreak on FreeBSD < 12.2 after r533715

In file included from rpcs3/Emu/System.cpp:1:
In file included from rpcs3/stdafx.h:25:
rpcs3/util/atomic.hpp:370:47: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btsw %2, %0\n" : "+m" (dest), "=@ccc" (result) :
"Ir" (_bit) : "cc");
                                                            ^
rpcs3/util/atomic.hpp:378:46: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btrw %2, %0\n": "+m" (dest), "=@ccc" (result) :
"Ir" (_bit) : "cc");
                                                           ^
rpcs3/util/atomic.hpp:386:46: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btcw %2, %0\n": "+m" (dest), "=@ccc" (result) :
"Ir" (_bit) : "cc");
                                                           ^
rpcs3/util/atomic.hpp:491:47: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btsl %2, %0\n" : "+m" (dest), "=@ccc" (result) :
"Ir" (bit) : "cc");
                                                            ^
rpcs3/util/atomic.hpp:498:47: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btrl %2, %0\n" : "+m" (dest), "=@ccc" (result) :
"Ir" (bit) : "cc");
                                                            ^
rpcs3/util/atomic.hpp:505:47: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btcl %2, %0\n" : "+m" (dest), "=@ccc" (result) :
"Ir" (bit) : "cc");
                                                            ^
rpcs3/util/atomic.hpp:611:47: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btsq %2, %0\n" : "+m" (dest), "=@ccc" (result) :
"Ir" (_bit) : "cc");
                                                            ^
rpcs3/util/atomic.hpp:619:47: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btrq %2, %0\n" : "+m" (dest), "=@ccc" (result) :
"Ir" (_bit) : "cc");
                                                            ^
rpcs3/util/atomic.hpp:627:47: error: invalid output constraint '=@ccc' in asm
                __asm__("lock btcq %2, %0\n" : "+m" (dest), "=@ccc" (result) :
"Ir" (_bit) : "cc");
                                                            ^
In file included from rpcs3/Emu/System.cpp:22:
In file included from rpcs3/Emu/RSX/GSRender.h:3:
In file included from rpcs3/Emu/RSX/RSXThread.h:10:
In file included from rpcs3/Emu/RSX/rsx_cache.h:11:
In file included from rpcs3/Emu/RSX/Common/texture_cache_checker.h:3:
rpcs3/Emu/RSX/Common/../rsx_utils.h:895:22: error: comparison of integers of
different signs: 'int' and 'u32' (aka 'unsigned int') [-Werror,-Wsign-compare]
                        for (int n = 0; n < initial_size; ++n)
                                        ~ ^ ~~~~~~~~~~~~
Original commitRevision:533716 
00:22 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.10.10321

Changes:	https://github.com/RPCS3/rpcs3/compare/3ec73b651...72bef8dd7
Original commitRevision:533715 
Tuesday, 28 Apr 2020
00:52 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10275

Changes:	https://github.com/RPCS3/rpcs3/compare/a203ff677...3ec73b651
Original commitRevision:533220 
Tuesday, 21 Apr 2020
00:50 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10246

Changes:	https://github.com/RPCS3/rpcs3/compare/0df6c4155...a203ff677
Original commitRevision:532239 
Saturday, 18 Apr 2020
00:24 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10228

Changes:	https://github.com/RPCS3/rpcs3/compare/2dcc3255b...0df6c4155
Original commitRevision:531986 
Tuesday, 14 Apr 2020
00:50 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10201

Changes:	https://github.com/RPCS3/rpcs3/compare/8e61c65c0...2dcc3255b
Original commitRevision:531646 
Sunday, 12 Apr 2020
00:42 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10173

Changes:	https://github.com/RPCS3/rpcs3/compare/cce946f10...8e61c65c0
Original commitRevision:531464 
Saturday, 11 Apr 2020
13:00 jbeich search for other commits by this committer
emulators/rpcs3: unbreak audio after r529285

INFO: OpenAudioDevice failed: Fragment size must be a power of two
Segfault reading location 00000000000000d4 at 0000000001de1abd.
Emu Thread Name: 'cellAudio Thread'.
Thread id = 0x89cf05700.
Original commitRevision:531422 
Thursday, 9 Apr 2020
00:48 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10152

Changes:	https://github.com/RPCS3/rpcs3/compare/4aae9a17c...cce946f10
Original commitRevision:531161 
Monday, 6 Apr 2020
23:02 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10134

Changes:	https://github.com/RPCS3/rpcs3/compare/63080c22a...4aae9a17c
Original commitRevision:530936 
Saturday, 4 Apr 2020
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10101

Changes:	https://github.com/RPCS3/rpcs3/compare/85c4321c2...63080c22a
Original commitRevision:530534 
Tuesday, 31 Mar 2020
21:09 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10084

Changes:	https://github.com/RPCS3/rpcs3/compare/1510505b3...85c4321c2
Original commitRevision:530022 
00:55 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10071

Changes:	https://github.com/RPCS3/rpcs3/compare/f5a51599d...1510505b3
Original commitRevision:529932 
Sunday, 29 Mar 2020
21:00 jbeich search for other commits by this committer
emulators/rpcs3: drop LLVM option after r469492

Disabling bundled LLVM is not useful outside of debugging.
Original commitRevision:529835 
20:56 jbeich search for other commits by this committer
emulators/rpcs3: drop already applied fix
Original commitRevision:529833 
Friday, 27 Mar 2020
23:49 jbeich search for other commits by this committer
emulators/rpcs3: libQt5Qml.so is not used after after r529285

https://github.com/RPCS3/rpcs3/commit/af4efafae195
Original commitRevision:529298 
23:33 jbeich search for other commits by this committer
emulators/rpcs3: drop FreeBSD 12.0 support after r527628
Original commitRevision:529291 
23:33 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.9.10053

Changes:	https://github.com/RPCS3/rpcs3/compare/9344b2148...f5a51599d
Original commitRevision:529285 
23:33 jbeich search for other commits by this committer
emulators/rpcs3: enable EVDEV by default

libevdev is pulled by dependencies after r513447. Some joysticks
are supported by webcamd but for generic ones wait for iichid update.

https://github.com/wulf7/iichid/commit/6c881af7fed9
Original commitRevision:529284 
Thursday, 19 Mar 2020
23:02 tobik search for other commits by this committer
Clean up LLD_UNSAFE from openal-soft ports

After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
Original commitRevision:528750 
Saturday, 15 Feb 2020
00:33 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9581

Changes:	https://github.com/RPCS3/rpcs3/compare/78c49e733...9344b2148
Original commitRevision:526193 
Thursday, 13 Feb 2020
00:43 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9576

Changes:	https://github.com/RPCS3/rpcs3/compare/54da9ac7e...78c49e733
Original commitRevision:525992 
Tuesday, 11 Feb 2020
19:25 jbeich search for other commits by this committer
emulators/rpcs3: unbreak DEFAULT_VERSIONS=python=2.7 after r521573

CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
  Could NOT find PythonInterp: Found unsuitable version "2.7.17", but
  required is at least "3" (found /usr/local/bin/python)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:376
(_FPHSA_FAILURE_MESSAGE)
  /usr/local/share/cmake/Modules/FindPythonInterp.cmake:160
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  Vulkan/glslang/CMakeLists.txt:165 (find_package)
Original commitRevision:525887 
Saturday, 8 Feb 2020
00:40 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9528

Changes:	https://github.com/RPCS3/rpcs3/compare/37513b189...54da9ac7e
Original commitRevision:525511 
Thursday, 6 Feb 2020
00:54 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9513

Changes:	https://github.com/RPCS3/rpcs3/compare/1759d6d90...37513b189
Original commitRevision:525356 
Tuesday, 4 Feb 2020
00:38 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9495

Changes:	https://github.com/RPCS3/rpcs3/compare/32df80962...1759d6d90
Original commitRevision:525104 
Sunday, 2 Feb 2020
00:52 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9488

Changes:	https://github.com/RPCS3/rpcs3/compare/92466165f...32df80962
Original commitRevision:524797 
Thursday, 30 Jan 2020
00:31 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9456

Changes:	https://github.com/RPCS3/rpcs3/compare/ad8988afd...92466165f
Original commitRevision:524613 
Tuesday, 28 Jan 2020
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9452

Changes:	https://github.com/RPCS3/rpcs3/compare/331c1a394...ad8988afd
Original commitRevision:524455 
Saturday, 25 Jan 2020
23:50 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9437

Changes:	https://github.com/RPCS3/rpcs3/compare/872be25ed...331c1a394
Original commitRevision:524138 
Sunday, 5 Jan 2020
00:30 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9326

Changes:	https://github.com/RPCS3/rpcs3/compare/49d5ce3ba...872be25ed
Original commitRevision:522076 
Saturday, 4 Jan 2020
00:54 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9317

Changes:	https://github.com/RPCS3/rpcs3/compare/c4e59b511...49d5ce3ba
Original commitRevision:521970 
Thursday, 2 Jan 2020
00:11 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9302

Changes:	https://github.com/RPCS3/rpcs3/compare/341fdf7eb...c4e59b511
Original commitRevision:521788 
Wednesday, 1 Jan 2020
01:06 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.8.9300

Changes:	https://github.com/RPCS3/rpcs3/compare/33f7d2357...341fdf7eb
Original commitRevision:521672 
Tuesday, 31 Dec 2019
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9282

Changes:	https://github.com/RPCS3/rpcs3/compare/9f106be36...33f7d2357
Original commitRevision:521573 
Sunday, 29 Dec 2019
00:25 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9255

Changes:	https://github.com/RPCS3/rpcs3/compare/70e26eeb4...9f106be36
Original commitRevision:521252 
Saturday, 28 Dec 2019
00:57 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9251

Changes:	https://github.com/RPCS3/rpcs3/compare/e54438d3a...70e26eeb4
Original commitRevision:521042 
Thursday, 26 Dec 2019
00:37 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9250

Changes:	https://github.com/RPCS3/rpcs3/compare/baf9a20c0...e54438d3a
Original commitRevision:520887 
Tuesday, 24 Dec 2019
00:26 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9248

Changes:	https://github.com/RPCS3/rpcs3/compare/3b46c9cb6...baf9a20c0
Original commitRevision:520760 
Sunday, 22 Dec 2019
00:35 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9240

Changes:	https://github.com/RPCS3/rpcs3/compare/4a5c8c392...3b46c9cb6
Original commitRevision:520595 
Saturday, 21 Dec 2019
00:45 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9238

Changes:	https://github.com/RPCS3/rpcs3/compare/6388c9807...4a5c8c392
Original commitRevision:520532 
Thursday, 19 Dec 2019
00:48 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9231

Changes:	https://github.com/RPCS3/rpcs3/compare/3efd5f360...6388c9807
Original commitRevision:520409 
Tuesday, 17 Dec 2019
00:53 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9227

Changes:	https://github.com/RPCS3/rpcs3/compare/364ba95d2...3efd5f360
Original commitRevision:520292 
Saturday, 14 Dec 2019
00:27 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9224

Changes:	https://github.com/RPCS3/rpcs3/compare/038694ae2...364ba95d2
Original commitRevision:520075 
Thursday, 12 Dec 2019
00:39 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9217

Changes:	https://github.com/RPCS3/rpcs3/compare/6a4ba9d56...038694ae2
Original commitRevision:519851 
Sunday, 8 Dec 2019
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9212

Changes:	https://github.com/RPCS3/rpcs3/compare/5142d7c01...6a4ba9d56
Original commitRevision:519263 
Saturday, 7 Dec 2019
00:27 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9209

Changes:	https://github.com/RPCS3/rpcs3/compare/835892aa5...5142d7c01
Original commitRevision:519169 
Thursday, 5 Dec 2019
00:39 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9202

Changes:	https://github.com/RPCS3/rpcs3/compare/bf11a28fb...835892aa5
Original commitRevision:519055 
Tuesday, 3 Dec 2019
00:37 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9192

Changes:	https://github.com/RPCS3/rpcs3/compare/8bd52c984...bf11a28fb
Original commitRevision:518888 
Thursday, 28 Nov 2019
00:47 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9185

Changes:	https://github.com/RPCS3/rpcs3/compare/2290c389d...8bd52c984
Original commitRevision:518552 
Tuesday, 26 Nov 2019
00:43 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9177

Changes:	https://github.com/RPCS3/rpcs3/compare/8d5ef2c7b...2290c389d
Original commitRevision:518436 
Thursday, 21 Nov 2019
00:53 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9160

Changes:	https://github.com/RPCS3/rpcs3/compare/2152a7700...8d5ef2c7b
Original commitRevision:518060 
Tuesday, 19 Nov 2019
00:51 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9154

Changes:	https://github.com/RPCS3/rpcs3/compare/0b28f0fa1...2152a7700
Original commitRevision:517935 
Sunday, 17 Nov 2019
00:39 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9141

Changes:	https://github.com/RPCS3/rpcs3/compare/8e39c778a...0b28f0fa1
Original commitRevision:517782 
Thursday, 14 Nov 2019
00:43 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9128

Changes:	https://github.com/RPCS3/rpcs3/compare/abbf3c4d1...8e39c778a
Original commitRevision:517547 
Tuesday, 12 Nov 2019
00:58 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9124

Changes:	https://github.com/RPCS3/rpcs3/compare/81c61e230...abbf3c4d1
Original commitRevision:517295 
Saturday, 9 Nov 2019
00:48 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9095

Changes:	https://github.com/RPCS3/rpcs3/compare/77ac875b0...81c61e230
Original commitRevision:517097 
Thursday, 7 Nov 2019
00:53 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9082

Changes:	https://github.com/RPCS3/rpcs3/compare/531afe0f9...77ac875b0
Original commitRevision:516932 
Tuesday, 5 Nov 2019
15:48 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories e

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
Original commitRevision:516802 
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9075

Changes:	https://github.com/RPCS3/rpcs3/compare/f75661bfa...531afe0f9
Original commitRevision:516757 
Saturday, 2 Nov 2019
00:39 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9056

Changes:	https://github.com/RPCS3/rpcs3/compare/e3e7051ed...f75661bfa
Original commitRevision:516274 
Thursday, 31 Oct 2019
00:32 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9050

Changes:	https://github.com/RPCS3/rpcs3/compare/b49b4c809...e3e7051ed
Original commitRevision:516115 
Tuesday, 29 Oct 2019
00:54 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.9035

Changes:	https://github.com/RPCS3/rpcs3/compare/0ef7ad129...b49b4c809
MFH:		2019Q4 (aligns bundled libc++ QA with /latest)
Original commitRevision:515943 
00:54 jbeich search for other commits by this committer
emulators/rpcs3: switch FreeBSD 11.2/12.0 to bundled libc++

MFH:		2019Q4 (improves stability, requires previous updates)
Original commitRevision:515942 
Sunday, 20 Oct 2019
00:48 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8941

Changes:	https://github.com/RPCS3/rpcs3/compare/cb362b408...0ef7ad129
Original commitRevision:514865 
Thursday, 17 Oct 2019
00:31 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8909

Changes:	https://github.com/RPCS3/rpcs3/compare/1a9e06d3c...cb362b408
Original commitRevision:514633 
Tuesday, 15 Oct 2019
00:40 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8893

Changes:	https://github.com/RPCS3/rpcs3/compare/9bcd7b534...
Original commitRevision:514483 
Sunday, 13 Oct 2019
00:17 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8871

- Drop GDB optiot which disappeared upstream after r514202

Changes:	https://github.com/RPCS3/rpcs3/compare/0172e097f...9bcd7b534
Original commitRevision:514362 
Saturday, 12 Oct 2019
00:25 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8861

Changes:	https://github.com/RPCS3/rpcs3/compare/e9ea226e3...0172e097f
Original commitRevision:514304 
Thursday, 10 Oct 2019
00:45 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8835

Changes:	https://github.com/RPCS3/rpcs3/compare/36de3d4f4...e9ea226e3
Original commitRevision:514202 
Tuesday, 8 Oct 2019
00:48 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8835

Changes:	https://github.com/RPCS3/rpcs3/compare/04a6b065b...36de3d4f4
Original commitRevision:514008 
Saturday, 5 Oct 2019
00:42 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8825

Changes:	https://github.com/RPCS3/rpcs3/compare/f83385926...04a6b065b
Original commitRevision:513802 
Monday, 30 Sep 2019
23:27 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8817

Changes:	https://github.com/RPCS3/rpcs3/compare/146406947...f83385926
Original commitRevision:513441 
Sunday, 29 Sep 2019
00:44 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8802

Changes:	https://github.com/RPCS3/rpcs3/compare/feabe7118...146406947
Original commitRevision:513181 
Saturday, 28 Sep 2019
00:58 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8794

Changes:	https://github.com/RPCS3/rpcs3/compare/5ac631e03...feabe7118
Original commitRevision:513097 
Thursday, 26 Sep 2019
00:29 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8777

Changes:	https://github.com/RPCS3/rpcs3/compare/5ec35c7da...5ac631e03
Original commitRevision:512864 
Tuesday, 24 Sep 2019
00:45 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8760

Changes:	https://github.com/RPCS3/rpcs3/compare/caef52e3b...5ec35c7da
Original commitRevision:512687 
Saturday, 21 Sep 2019
00:37 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8748

Changes:	https://github.com/RPCS3/rpcs3/compare/538a5cc9d...caef52e3b
Original commitRevision:512449 
Thursday, 19 Sep 2019
00:45 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8738

Changes:	https://github.com/RPCS3/rpcs3/compare/2b8890b19...538a5cc9d
Original commitRevision:512300 
Monday, 16 Sep 2019
22:53 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8717

Changes:	https://github.com/RPCS3/rpcs3/compare/fb8e70d7f...2b8890b19
Original commitRevision:512193 
Sunday, 15 Sep 2019
00:39 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8710

Changes:	https://github.com/RPCS3/rpcs3/compare/27af75fe7...fb8e70d7f
Original commitRevision:512084 
Thursday, 12 Sep 2019
00:55 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8690

Changes:	https://github.com/RPCS3/rpcs3/compare/cb66d0569...27af75fe7
Original commitRevision:511845 
Tuesday, 10 Sep 2019
06:59 jbeich search for other commits by this committer
emulators/rpcs3: disable ALSA as OpenAL is good enough

For almost a year OpenAL backend has options to mitigate crackling per game.
OTOH, ALSA recently regressed to crackling with low sound(4) latency.
Original commitRevision:511742 
06:59 jbeich search for other commits by this committer
emulators/rpcs3: disable LLD_UNSAFE on 12.1+
Original commitRevision:511741 
00:50 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8674

Changes:	https://github.com/RPCS3/rpcs3/compare/5ed700db5...cb66d0569
Original commitRevision:511723 
Sunday, 8 Sep 2019
00:34 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8656

Changes:	https://github.com/RPCS3/rpcs3/compare/efa501dac...5ed700db5
Original commitRevision:511527 
Saturday, 7 Sep 2019
00:25 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8650

Changes:	https://github.com/RPCS3/rpcs3/compare/08c12f4c0...efa501dac
Original commitRevision:511382 
Tuesday, 3 Sep 2019
00:41 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8639

Changes:	https://github.com/RPCS3/rpcs3/compare/81a110f34...08c12f4c0
Original commitRevision:510907 
Saturday, 31 Aug 2019
00:50 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8620

Changes:	https://github.com/RPCS3/rpcs3/compare/3317e13b6...81a110f34
Original commitRevision:510303 
Tuesday, 27 Aug 2019
00:48 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8576

Changes:	https://github.com/RPCS3/rpcs3/compare/b70908c8f...3317e13b6
Original commitRevision:509971 
Sunday, 25 Aug 2019
00:45 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8568

Changes:	https://github.com/RPCS3/rpcs3/compare/b0d0f51d8...b70908c8f
Original commitRevision:509761 
Tuesday, 20 Aug 2019
00:38 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8536

Changes:	https://github.com/RPCS3/rpcs3/compare/51188db71...b0d0f51d8
Original commitRevision:509393 
Saturday, 17 Aug 2019
00:47 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8512

Changes:	https://github.com/RPCS3/rpcs3/compare/b3f4cd3a9...51188db71
Original commitRevision:509127 

Number of commits found: 1010 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »