non port: emulators/yuzu/distinfo |
Number of commits found: 610 (showing only 100 on this page) |
Saturday, 3 May 2025
|
16:54 Jan Beich (jbeich)
emulators/yuzu: unbreak runtime after c758d1cbfc42
Bundle xbyak like emulators/citra as dynarmic upstream is gone.
$ yuzu
<select game>
Abort trap
(lldb) bt
* thread #22, name = 'CPUCore_0', stop reason = signal SIGABRT
* frame #0: 0x0000000840e0b27a libc.so.7`__sys_thr_kill at thr_kill.S:4
frame #1: 0x0000000840d85284 libc.so.7`__raise(s=6) at raise.c:50:10
frame #2: 0x0000000840e35009 libc.so.7`abort at abort.c:65:8
frame #3: 0x000000083e6dfc07 libcxxrt.so.1`report_failure(err=<unavailable>,
thrown_exception=0x000013e856697280) at exception.cc:734:5
frame #4: 0x0000000002e6bfd1
yuzu`Xbyak::CodeGenerator::opMR(this=0x000013e85af00b10,
addr=0x000013ea4f1fe718, r=0x000013ea4f1feb38, type=0, code=136, type2=0,
code2=136) at xbyak.h:2100:109
frame #5: 0x0000000002e71d11
yuzu`Xbyak::CodeGenerator::opRO(this=0x000013e85af00b10, r=0x000013ea4f1feb38,
op=0x000013ea4f1feb40, type=0, code=136, condR=false, immSize=0) at
xbyak.h:2312:4
frame #6: 0x0000000002e72047
yuzu`Xbyak::CodeGenerator::opRO_MR(this=0x000013e85af00b10,
op1=0x000013ea4f1feb40, op2=0x000013ea4f1feb38, code=136) at xbyak.h:2339:4
frame #7: 0x0000000002e67193
yuzu`Xbyak::CodeGenerator::mov(this=0x000013e85af00b10, op1=0x000013ea4f1feb40,
op2=0x000013ea4f1feb38) at xbyak.h:3038:4
frame #8: 0x0000000002f0b3fe
yuzu`Dynarmic::Backend::X64::RegAlloc::EmitMove(this=0x000013ea4f1ff500,
bit_width=64, to=FirstSpill, from=RAX) at reg_alloc.cpp:748:18
frame #9: 0x0000000002f09074
yuzu`Dynarmic::Backend::X64::RegAlloc::Move(this=0x000013ea4f1ff500,
to=FirstSpill, from=RAX) at reg_alloc.cpp:610:5
frame #10: 0x0000000002f0bc80
yuzu`Dynarmic::Backend::X64::RegAlloc::SpillRegister(this=0x000013ea4f1ff500,
loc=RAX) at reg_alloc.cpp:654:5
frame #11: 0x0000000002f08f8f
yuzu`Dynarmic::Backend::X64::RegAlloc::MoveOutOfTheWay(this=0x000013ea4f1ff500,
reg=RAX) at reg_alloc.cpp:644:9
frame #12: 0x0000000002f086b0
yuzu`Dynarmic::Backend::X64::RegAlloc::ScratchImpl(this=0x000013ea4f1ff500,
desired_locations=size=1) at reg_alloc.cpp:428:5
frame #13: 0x0000000002f0872d
yuzu`Dynarmic::Backend::X64::RegAlloc::ScratchGpr(this=0x000013ea4f1ff500,
desired_location=RAX) at reg_alloc.cpp:356:27
frame #14: 0x0000000002f68a08
yuzu`Dynarmic::Backend::X64::DoNZCV(code=0x000013e85af00b10,
reg_alloc=0x000013ea4f1ff500, nzcv_out=0x000013e856611d10) at
emit_x64_data_processing.cpp:914:41
frame #15: 0x0000000002f63b48
yuzu`Dynarmic::Backend::X64::EmitSub(code=0x000013e85af00b10,
ctx=0x000013ea4f1ff488, inst=0x000013e856611ca8, bitsize=64) at
emit_x64_data_processing.cpp:1027:31
frame #16: 0x0000000002f641be
yuzu`Dynarmic::Backend::X64::EmitX64::EmitSub64(this=0x000013e85af01968,
ctx=0x000013ea4f1ff488, inst=0x000013e856611ca8) at
emit_x64_data_processing.cpp:1106:5
frame #17: 0x0000000003542e24
yuzu`Dynarmic::Backend::X64::A64EmitX64::Emit(this=0x000013e85af01968,
block=0x000013ea4f1ff730) at opcodes.inc:131:1
frame #18: 0x000000000353e209
yuzu`Dynarmic::A64::Jit::Impl::GetBlock(this=0x000013e85af006c0,
current_location=(value = 2147483656)) at a64_interface.cpp:290:24
frame #19: 0x000000000353de9a
yuzu`Dynarmic::A64::Jit::Impl::GetCurrentBlock(this=0x000013e85af006c0) at
a64_interface.cpp:252:16
frame #20: 0x000000000354057d
yuzu`Dynarmic::A64::Jit::Impl::GetCurrentBlockThunk(thisptr=0x000013e85af006c0)
at a64_interface.cpp:244:23
Regressed by: https://github.com/herumi/xbyak/commit/54173384271f
Reported by: SDK Chan
f5663637 |
Monday, 1 Jul 2024
|
20:27 Rene Ladan (rene)
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141
19d6872 |
Saturday, 4 May 2024
|
16:22 Jan Beich (jbeich)
emulators/yuzu: unbreak fetch via Codeberg mirror
fetch:
https://codeload.github.com/yuzu-mirror/yuzu/tar.gz/15e6e48bef?dummy=/yuzu-mirror-yuzu-s20240301-15e6e48bef_GH0.tar.gz:
Not Found
4021b37 |
Wednesday, 6 Mar 2024
|
19:26 Jan Beich (jbeich)
emulators/yuzu: update to s20240301
Changes: https://github.com/yuzu-mirror/yuzu/compare/dc94882c90...15e6e48bef
65c405d |
19:26 Jan Beich (jbeich)
emulators/yuzu: unbreak fetch via mirror
fetch:
https://codeload.github.com/yuzu-emu/yuzu/tar.gz/dc94882c90?dummy=/yuzu-emu-yuzu-s20240227-dc94882c90_GH0.tar.gz:
Not Found
fetch:
https://codeload.github.com/yuzu-emu/mbedtls/tar.gz/v2.16.9-115-g8c88150ca?dummy=/yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz:
Not Found
fetch:
https://codeload.github.com/yuzu-emu/sirit/tar.gz/ab75463?dummy=/yuzu-emu-sirit-ab75463_GH0.tar.gz:
Not Found
fetch:
https://codeload.github.com/merryhime/dynarmic/tar.gz/6.6.2-15-gba8192d8?dummy=/merryhime-dynarmic-6.6.2-15-gba8192d8_GH0.tar.gz:
Not Found
0f5a127 |
Thursday, 29 Feb 2024
|
00:54 Jan Beich (jbeich)
emulators/yuzu: update to s20240227
Changes: https://github.com/yuzu-emu/yuzu/compare/1bec420695...dc94882c90
b9b8afc5 |
Tuesday, 27 Feb 2024
|
00:49 Jan Beich (jbeich)
emulators/yuzu: update to s20240225
Changes: https://github.com/yuzu-emu/yuzu/compare/975d6f1ec4...1bec420695
cd9a523 |
Saturday, 24 Feb 2024
|
00:50 Jan Beich (jbeich)
emulators/yuzu: update to s20240223
Changes: https://github.com/yuzu-emu/yuzu/compare/8bbc209950...975d6f1ec4
ef488ec |
Thursday, 22 Feb 2024
|
00:57 Jan Beich (jbeich)
emulators/yuzu: update to s20240221
Changes: https://github.com/yuzu-emu/yuzu/compare/d1eaeeed8c...8bbc209950
2ee6dda |
Tuesday, 20 Feb 2024
|
00:58 Jan Beich (jbeich)
emulators/yuzu: update to s20240219
Changes: https://github.com/yuzu-emu/yuzu/compare/53f8383354...d1eaeeed8c
0c2fdd3 |
Saturday, 17 Feb 2024
|
23:07 Jan Beich (jbeich)
emulators/yuzu: update to s20240217
Changes: https://github.com/yuzu-emu/yuzu/compare/a40adbc142...53f8383354
7901dfe |
Thursday, 15 Feb 2024
|
00:59 Jan Beich (jbeich)
emulators/yuzu: update to s20240214
Changes: https://github.com/yuzu-emu/yuzu/compare/2ff45cd0da...a40adbc142
e5ea171 |
Tuesday, 13 Feb 2024
|
00:52 Jan Beich (jbeich)
emulators/yuzu: update to s20240211
Changes: https://github.com/yuzu-emu/yuzu/compare/2337397a15...2ff45cd0da
4a563b3 |
Sunday, 11 Feb 2024
|
00:49 Jan Beich (jbeich)
emulators/yuzu: update to s20240210
Changes: https://github.com/yuzu-emu/yuzu/compare/4463ded603...2337397a15
84cf50e |
Thursday, 8 Feb 2024
|
00:13 Jan Beich (jbeich)
emulators/yuzu: update to s20240207
Changes: https://github.com/yuzu-emu/yuzu/compare/a2f23746c2...4463ded603
f70300f |
Tuesday, 6 Feb 2024
|
00:46 Jan Beich (jbeich)
emulators/yuzu: update to s20240205
Changes: https://github.com/yuzu-emu/yuzu/compare/7cc7d027f7...a2f23746c2
a578161e |
Thursday, 1 Feb 2024
|
00:52 Jan Beich (jbeich)
emulators/yuzu: update to s20240131
Changes: https://github.com/yuzu-emu/yuzu/compare/8ddfecfbae...7cc7d027f7
53f5746 |
Tuesday, 30 Jan 2024
|
00:42 Jan Beich (jbeich)
emulators/yuzu: update to s20240129
Changes: https://github.com/yuzu-emu/yuzu/compare/bd8635e26a...8ddfecfbae
d3f0c5b |
Saturday, 27 Jan 2024
|
00:50 Jan Beich (jbeich)
emulators/yuzu: update to s20240126
Changes: https://github.com/yuzu-emu/yuzu/compare/a76f6a2775...bd8635e26a
8b7c712 |
Thursday, 25 Jan 2024
|
00:25 Jan Beich (jbeich)
emulators/yuzu: update to s20240123
Changes: https://github.com/yuzu-emu/yuzu/compare/8649a80071...a76f6a2775
5116ec0 |
Tuesday, 23 Jan 2024
|
00:39 Jan Beich (jbeich)
emulators/yuzu: update to s20240122
Changes: https://github.com/yuzu-emu/yuzu/compare/b4a8e1ef8a...8649a80071
926b166 |
Saturday, 20 Jan 2024
|
00:41 Jan Beich (jbeich)
emulators/yuzu: update to s20240119
Changes: https://github.com/yuzu-emu/yuzu/compare/915efa4236...b4a8e1ef8a
2f823f5 |
Thursday, 18 Jan 2024
|
00:27 Jan Beich (jbeich)
emulators/yuzu: update to s20240117
Changes: https://github.com/yuzu-emu/yuzu/compare/c683ec2bcb...915efa4236
02da8eb |
Tuesday, 16 Jan 2024
|
00:45 Jan Beich (jbeich)
emulators/yuzu: update to s20240115
Changes: https://github.com/yuzu-emu/yuzu/compare/f7a3c135e2...c683ec2bcb
df19e49 |
Friday, 12 Jan 2024
|
23:03 Jan Beich (jbeich)
emulators/yuzu: update to s20240112
Changes: https://github.com/yuzu-emu/yuzu/compare/6533dfd7ce...f7a3c135e2
2317e0f |
Thursday, 11 Jan 2024
|
00:43 Jan Beich (jbeich)
emulators/yuzu: update to s20240110
Changes: https://github.com/yuzu-emu/yuzu/compare/f124461674...6533dfd7ce
3893b3b |
Tuesday, 9 Jan 2024
|
00:57 Jan Beich (jbeich)
emulators/yuzu: update to s20240108
Changes: https://github.com/yuzu-emu/yuzu/compare/92a331af76...f124461674
c935be9 |
Saturday, 6 Jan 2024
|
00:57 Jan Beich (jbeich)
emulators/yuzu: update to s20240104
Changes: https://github.com/yuzu-emu/yuzu/compare/148ad0cf0b...92a331af76
b90771f |
Thursday, 4 Jan 2024
|
00:57 Jan Beich (jbeich)
emulators/yuzu: update to s20240102
Changes: https://github.com/yuzu-emu/yuzu/compare/29b983398c...148ad0cf0b
d4bcd0b |
Tuesday, 2 Jan 2024
|
00:32 Jan Beich (jbeich)
emulators/yuzu: update to s20240101
Changes: https://github.com/yuzu-emu/yuzu/compare/09bfc852dc...29b983398c
750c1d9 |
Saturday, 30 Dec 2023
|
23:39 Jan Beich (jbeich)
emulators/yuzu: update to s20231230
Changes: https://github.com/yuzu-emu/yuzu/compare/12178c694a...09bfc852dc
55e793a |
Thursday, 28 Dec 2023
|
00:12 Jan Beich (jbeich)
emulators/yuzu: update to s20231226
Changes: https://github.com/yuzu-emu/yuzu/compare/05e3db3ac9...12178c694a
bf8fd50 |
Tuesday, 26 Dec 2023
|
00:44 Jan Beich (jbeich)
emulators/yuzu: update to s20231224
Changes: https://github.com/yuzu-emu/yuzu/compare/bedc758fe7...05e3db3ac9
25c7d43 |
Thursday, 21 Dec 2023
|
00:48 Jan Beich (jbeich)
emulators/yuzu: update to s20231220
Changes: https://github.com/yuzu-emu/yuzu/compare/50fd029eaa...bedc758fe7
71f97a7 |
Wednesday, 20 Dec 2023
|
00:43 Jan Beich (jbeich)
graphics/vulkan-headers: update to 1.3.274
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.273...v1.3.274
Reported by: Repology, portscout
1092b91 |
Tuesday, 19 Dec 2023
|
00:43 Jan Beich (jbeich)
emulators/yuzu: update to s20231218
Changes: https://github.com/yuzu-emu/yuzu/compare/d590cfb9d0...50fd029eaa
7a97e3a |
Thursday, 14 Dec 2023
|
00:26 Jan Beich (jbeich)
emulators/yuzu: update to s20231212
Changes: https://github.com/yuzu-emu/yuzu/compare/11b123ba01...d590cfb9d0
61071a9 |
Tuesday, 12 Dec 2023
|
00:59 Jan Beich (jbeich)
emulators/yuzu: update to s20231210
Changes: https://github.com/yuzu-emu/yuzu/compare/8a79dd2d6c...11b123ba01
1ae3bfe |
Thursday, 7 Dec 2023
|
00:47 Jan Beich (jbeich)
emulators/yuzu: update to s20231206
Changes: https://github.com/yuzu-emu/yuzu/compare/90e87c40e8...8a79dd2d6c
ad8e2ed |
Tuesday, 5 Dec 2023
|
00:56 Jan Beich (jbeich)
emulators/yuzu: update to s20231203
Changes: https://github.com/yuzu-emu/yuzu/compare/e9a43bae6f...90e87c40e8
13fc1c3 |
Saturday, 2 Dec 2023
|
00:58 Jan Beich (jbeich)
emulators/yuzu: update to s20231201
Changes: https://github.com/yuzu-emu/yuzu/compare/9dc9aaf4af...e9a43bae6f
ed493d3 |
Thursday, 30 Nov 2023
|
00:51 Jan Beich (jbeich)
emulators/yuzu: update to s20231129
Changes: https://github.com/yuzu-emu/yuzu/compare/c7649a0cdb...9dc9aaf4af
e7853ca |
Tuesday, 28 Nov 2023
|
00:47 Jan Beich (jbeich)
emulators/yuzu: update to s20231127
Changes: https://github.com/yuzu-emu/yuzu/compare/093eb075a6...c7649a0cdb
86824c8 |
Saturday, 25 Nov 2023
|
00:18 Jan Beich (jbeich)
emulators/yuzu: update to s20231124
Changes: https://github.com/yuzu-emu/yuzu/compare/91c12db070...093eb075a6
b191288 |
Thursday, 23 Nov 2023
|
00:04 Jan Beich (jbeich)
emulators/yuzu: update to s20231121
Changes: https://github.com/yuzu-emu/yuzu/compare/8da5bd27e9...91c12db070
eebf972 |
Tuesday, 21 Nov 2023
|
00:16 Jan Beich (jbeich)
emulators/yuzu: update to s20231120
Changes: https://github.com/yuzu-emu/yuzu/compare/feb60de5c3...8da5bd27e9
5b346a1 |
Sunday, 19 Nov 2023
|
00:53 Jan Beich (jbeich)
emulators/yuzu: update to s20231118
Changes: https://github.com/yuzu-emu/yuzu/compare/4c16a1a26f...feb60de5c3
e488b74 |
Saturday, 18 Nov 2023
|
00:56 Jan Beich (jbeich)
emulators/yuzu: update to s20231116
Changes: https://github.com/yuzu-emu/yuzu/compare/4c5e3d5f7a...4c16a1a26f
59c33e1 |
Thursday, 16 Nov 2023
|
00:35 Jan Beich (jbeich)
emulators/yuzu: update to s20231115
Changes: https://github.com/yuzu-emu/yuzu/compare/247d66a680...4c5e3d5f7a
8069da4 |
Tuesday, 14 Nov 2023
|
00:58 Jan Beich (jbeich)
emulators/yuzu: update to s20231113
Changes: https://github.com/yuzu-emu/yuzu/compare/f75363177e...247d66a680
8a036a0 |
Tuesday, 7 Nov 2023
|
00:26 Jan Beich (jbeich)
emulators/yuzu: update to s20231106
Changes: https://github.com/yuzu-emu/yuzu/compare/d6e6ab11b...f75363177e
d5268d5 |
Saturday, 4 Nov 2023
|
00:09 Jan Beich (jbeich)
emulators/yuzu: update to s20231103
Changes: https://github.com/yuzu-emu/yuzu/compare/57c8dcfd7...d6e6ab11b
1d9b430 |
Thursday, 2 Nov 2023
|
00:46 Jan Beich (jbeich)
emulators/yuzu: update to s20231101
Changes: https://github.com/yuzu-emu/yuzu/compare/c60204e255...57c8dcfd7
d154a10f |
Tuesday, 31 Oct 2023
|
00:33 Jan Beich (jbeich)
emulators/yuzu: update to s20231030
Changes: https://github.com/yuzu-emu/yuzu/compare/43be2bfe33...c60204e255
7b70539 |
Thursday, 26 Oct 2023
|
00:42 Jan Beich (jbeich)
emulators/yuzu: update to s20231025
Changes: https://github.com/yuzu-emu/yuzu/compare/9274eaecd0...43be2bfe33
d74b516 |
Tuesday, 24 Oct 2023
|
00:36 Jan Beich (jbeich)
emulators/yuzu: update to s20231023
Changes: https://github.com/yuzu-emu/yuzu/compare/db37e583ff...9274eaecd0
b1e9376 |
Sunday, 22 Oct 2023
|
00:14 Jan Beich (jbeich)
emulators/yuzu: update to s20231021
Changes: https://github.com/yuzu-emu/yuzu/compare/134ecca9b0...db37e583ff
936d1c3 |
Thursday, 19 Oct 2023
|
00:32 Jan Beich (jbeich)
emulators/yuzu: update to s20231018
Changes: https://github.com/yuzu-emu/yuzu/compare/8becf13e8b...134ecca9b0
e4ea13b |
Tuesday, 17 Oct 2023
|
00:36 Jan Beich (jbeich)
emulators/yuzu: update to s20231015
Changes: https://github.com/yuzu-emu/yuzu/compare/a8bd02acd8...8becf13e8b
f41b3b1 |
Saturday, 14 Oct 2023
|
00:50 Jan Beich (jbeich)
emulators/yuzu: update to s20231013
Changes: https://github.com/yuzu-emu/yuzu/compare/da6824d9fd...a8bd02acd8
9ad7d23 |
Thursday, 12 Oct 2023
|
00:40 Jan Beich (jbeich)
emulators/yuzu: update to s20231011
Changes: https://github.com/yuzu-emu/yuzu/compare/7a0da729b4...da6824d9fd
8954c9d |
Tuesday, 3 Oct 2023
|
00:56 Jan Beich (jbeich)
emulators/yuzu: update to s20231002
Changes: https://github.com/yuzu-emu/yuzu/compare/184ee2d890...7a0da729b4
41f4743 |
Saturday, 30 Sep 2023
|
00:53 Jan Beich (jbeich)
emulators/yuzu: update to s20230929
Changes: https://github.com/yuzu-emu/yuzu/compare/f782104125...184ee2d890
6d08376 |
Thursday, 28 Sep 2023
|
00:44 Jan Beich (jbeich)
emulators/yuzu: update to s20230928
Changes: https://github.com/yuzu-emu/yuzu/compare/a19f62e636...f782104125
b52cdfd |
Tuesday, 26 Sep 2023
|
00:24 Jan Beich (jbeich)
emulators/yuzu: update to s20230925
Changes: https://github.com/yuzu-emu/yuzu/compare/33e2dce715...a19f62e636
5fde379 |
Saturday, 23 Sep 2023
|
00:41 Jan Beich (jbeich)
emulators/yuzu: update to s20230922
Changes: https://github.com/yuzu-emu/yuzu/compare/c708643972...33e2dce715
5989b8c |
Thursday, 21 Sep 2023
|
00:52 Jan Beich (jbeich)
emulators/yuzu: update to s20230920
Changes: https://github.com/yuzu-emu/yuzu/compare/974380fe1...c708643972
9559ee2 |
Tuesday, 19 Sep 2023
|
00:43 Jan Beich (jbeich)
emulators/yuzu: update to s20230918
Changes: https://github.com/yuzu-emu/yuzu/compare/aa6afb0cf...974380fe1
e38dd11 |
Saturday, 16 Sep 2023
|
00:35 Jan Beich (jbeich)
emulators/yuzu: update to s20230915
Changes: https://github.com/yuzu-emu/yuzu/compare/66f294785...aa6afb0cf
c86c2a3 |
Tuesday, 12 Sep 2023
|
00:49 Jan Beich (jbeich)
emulators/yuzu: update to s20230911
Changes: https://github.com/yuzu-emu/yuzu/compare/69949e796...66f294785
1914a44 |
Thursday, 7 Sep 2023
|
00:29 Jan Beich (jbeich)
emulators/yuzu: update to s20230906
Changes: https://github.com/yuzu-emu/yuzu/compare/c24ed3eca...69949e796
9078fdd |
Tuesday, 5 Sep 2023
|
00:31 Jan Beich (jbeich)
emulators/yuzu: update to s20230902
Changes: https://github.com/yuzu-emu/yuzu/compare/c5357b17e...c24ed3eca
d8984f4 |
Thursday, 31 Aug 2023
|
00:58 Jan Beich (jbeich)
emulators/yuzu: update to s20230830
Changes: https://github.com/yuzu-emu/yuzu/compare/1615a8637...c5357b17e
b421e5d |
Tuesday, 29 Aug 2023
|
00:34 Jan Beich (jbeich)
emulators/yuzu: update to s20230828
Changes: https://github.com/yuzu-emu/yuzu/compare/6c4abd23b...1615a8637
648c8874 |
Sunday, 27 Aug 2023
|
00:43 Jan Beich (jbeich)
emulators/yuzu: update to s20230826
Changes: https://github.com/yuzu-emu/yuzu/compare/bc4e58eb5...6c4abd23b
16abb64 |
Saturday, 26 Aug 2023
|
00:46 Jan Beich (jbeich)
emulators/yuzu: update to s20230825
Changes: https://github.com/yuzu-emu/yuzu/compare/ccd163ab2...bc4e58eb5
485cd20 |
Thursday, 24 Aug 2023
|
00:32 Jan Beich (jbeich)
emulators/yuzu: update to s20230823
Changes: https://github.com/yuzu-emu/yuzu/compare/df00da176...4794869bd8
a30d018 |
Tuesday, 22 Aug 2023
|
00:28 Jan Beich (jbeich)
emulators/yuzu: update to s20230821
Changes: https://github.com/yuzu-emu/yuzu/compare/ae1421265a...df00da176
3a344cd |
Saturday, 19 Aug 2023
|
00:49 Jan Beich (jbeich)
emulators/yuzu: update to s20230818
Changes: https://github.com/yuzu-emu/yuzu/compare/6d665a94ea...ae1421265a
9a21f63 |
Tuesday, 15 Aug 2023
|
00:49 Jan Beich (jbeich)
emulators/yuzu: update to s20230814
Changes: https://github.com/yuzu-emu/yuzu/compare/26ff214719...6d665a94ea
2e9c423 |
Saturday, 12 Aug 2023
|
00:31 Jan Beich (jbeich)
emulators/yuzu: update to s20230811
Changes: https://github.com/yuzu-emu/yuzu/compare/85e3575496...26ff214719
52f3aca |
Tuesday, 8 Aug 2023
|
00:43 Jan Beich (jbeich)
emulators/yuzu: update to s20230807
Changes: https://github.com/yuzu-emu/yuzu/compare/369fcadf08...85e3575496
dccc4bf |
Saturday, 5 Aug 2023
|
00:50 Jan Beich (jbeich)
emulators/yuzu: update to s20230803
Changes: https://github.com/yuzu-emu/yuzu/compare/2a9eab5e1b...369fcadf08
df1db86 |
Tuesday, 1 Aug 2023
|
00:47 Jan Beich (jbeich)
emulators/yuzu: update to s20230731
Changes: https://github.com/yuzu-emu/yuzu/compare/689dc4a17b...2a9eab5e1b
905936b |
Saturday, 29 Jul 2023
|
00:39 Jan Beich (jbeich)
emulators/yuzu: update to s20230728
Changes: https://github.com/yuzu-emu/yuzu/compare/a1c355051e...689dc4a17b
9db97be |
Thursday, 27 Jul 2023
|
00:26 Jan Beich (jbeich)
emulators/yuzu: update to s20230726
Changes: https://github.com/yuzu-emu/yuzu/compare/18000df5e9...a1c355051e
a1fbbc5 |
Tuesday, 25 Jul 2023
|
00:31 Jan Beich (jbeich)
emulators/yuzu: update to s20230724
Changes: https://github.com/yuzu-emu/yuzu/compare/efda6cc9ec...18000df5e9
8a74845 |
Saturday, 22 Jul 2023
|
00:56 Jan Beich (jbeich)
emulators/yuzu: update to s20230721
Changes: https://github.com/yuzu-emu/yuzu/compare/014ca709c9...efda6cc9ec
2c3a830 |
Thursday, 20 Jul 2023
|
00:43 Jan Beich (jbeich)
emulators/yuzu: update to s20230719
Changes: https://github.com/yuzu-emu/yuzu/compare/5593bed08a...014ca709c9
3ba98c2 |
Tuesday, 18 Jul 2023
|
00:59 Jan Beich (jbeich)
emulators/yuzu: update to s20230717
Changes: https://github.com/yuzu-emu/yuzu/compare/04868ab9da...5593bed08a
4085264 |
Thursday, 13 Jul 2023
|
00:36 Jan Beich (jbeich)
emulators/yuzu: update to s20230712
Changes: https://github.com/yuzu-emu/yuzu/compare/e32ce6cc69...04868ab9da
fb452e7 |
Monday, 10 Jul 2023
|
23:56 Jan Beich (jbeich)
emulators/yuzu: update to s20230709
Changes: https://github.com/yuzu-emu/yuzu/compare/f80edad109...e32ce6cc69
b9a0b26 |
Saturday, 8 Jul 2023
|
00:47 Jan Beich (jbeich)
emulators/yuzu: update to s20230707
Changes: https://github.com/yuzu-emu/yuzu/compare/d8eb37fbec...f80edad109
4a3d5f0 |
Thursday, 6 Jul 2023
|
00:53 Jan Beich (jbeich)
emulators/yuzu: update to s20230705
Changes: https://github.com/yuzu-emu/yuzu/compare/885791121...d8eb37fbec
88355c4 |
Tuesday, 4 Jul 2023
|
00:42 Jan Beich (jbeich)
emulators/yuzu: update to s20230703
Changes: https://github.com/yuzu-emu/yuzu/compare/885791121...44af2e32a4
748ddb3 |
Sunday, 2 Jul 2023
|
00:18 Jan Beich (jbeich)
emulators/yuzu: update to s20230701
Changes: https://github.com/yuzu-emu/yuzu/compare/a10bdaf93...885791121
441d5b3 |
Friday, 30 Jun 2023
|
21:33 Jan Beich (jbeich)
emulators/yuzu: update to s20230630
Changes: https://github.com/yuzu-emu/yuzu/compare/217e958a9...a10bdaf93
b574c31 |
Thursday, 29 Jun 2023
|
00:57 Jan Beich (jbeich)
emulators/yuzu: update to s20230628
Changes: https://github.com/yuzu-emu/yuzu/compare/2ed8b3cbb...217e958a9
676aff0 |
Tuesday, 27 Jun 2023
|
00:54 Jan Beich (jbeich)
emulators/yuzu: update to s20230626
Changes: https://github.com/yuzu-emu/yuzu/compare/5ab4aa1ed...2ed8b3cbb
7cf8d25 |
Saturday, 24 Jun 2023
|
00:58 Jan Beich (jbeich)
emulators/yuzu: update to s20230623
Changes: https://github.com/yuzu-emu/yuzu/compare/27a36cd51...5ab4aa1ed
d64d2c5 |
Number of commits found: 610 (showing only 100 on this page) |