aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/libretro-pcsx2: Fix 32-bit / i386 buildTimothy Beyer2022-06-273-21/+73
| | | | PR: 264219
* emulators/libretro-flycast: Fix 32-bit / i386 buildTimothy Beyer2022-06-272-5/+22
| | | | PR: 264217
* emulators/libretro-reicast: Fix 32-bit / i386 buildTimothy Beyer2022-06-272-3/+113
| | | | PR: 264216
* emulators/libretro-mame: Fix fetch of distfiles, fix 32-bit / i386 buildTimothy Beyer2022-06-273-9/+23
| | | | PR: 264215
* Add emulators/libretro-bsnesTimothy Beyer2022-06-274-0/+36
| | | | | | Standalone port of bSNES 2014 (performance) to libretro emulator PR: 252190
* Add emulators/libretro-kronosTimothy Beyer2022-06-278-0/+162
| | | | | | Sega Saturn and ST-V emulator forked from uoYabause for libretro PR: 257171
* emulators/vice: fix build on arm64Dirk Meyer2022-06-261-0/+13
|
* emulators/rpcs3: update to 0.0.22.13821Jan Beich2022-06-252-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/661b485b58...7842812e24
* emulators/yuzu: update to s20220622Jan Beich2022-06-232-17/+17
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/5b2b15091...95b844dba
* emulators/rpcs3: update to 0.0.22.13814Jan Beich2022-06-232-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/ebabdd37b4...661b485b58
* emulators/wine-devel: Update to Wine 7.8Gerald Pfeifer2022-06-213-11/+17
| | | | | | | | | | | | This includes the following changes: - X11 and OSS drivers converted to PE. - WoW64 support in the sound drivers. - Number formatting using the new locale database. - Various bug fixes. (Three files less in an installation with STAGING off.) Approved by: Damjan Jovanovic <damjan.jov@gmail.com> (maintainer)
* emulators/wine-devel: Fix alphabetical sorting of pkg-plistGerald Pfeifer2022-06-191-5/+5
| | | | | | | | Over the last couple of updates four, five files got slotted into pkg-plist out of alphabetic ordering. Address that and make things consistent again. Approved by: portmgr (blanket)
* emulators/rpcs3: update to 0.0.22.13796Jan Beich2022-06-192-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/11c5230628...ebabdd37b4
* emulators/{catapult,openmsx}: update to 18.0Daniel Menelkir2022-06-185-14/+56
| | | | | | | | | ChangeLog: https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_18_0/doc/release-notes.txt PR: 264702 Reported by: dmenelkir@gmail.com MFH: 2022Q2 (bugfix release)
* emulators/virtualbox-ose: Fix build with new setuptoolsBryan Drewery2022-06-181-1/+4
|
* emulators/yuzu: update to s20220617Jan Beich2022-06-172-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/5ace5c1b7...5b2b15091
* emulators/yuzu: update to s20220615Jan Beich2022-06-162-8/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/bd3bfe411...5ace5c1b7
* emulators/rpcs3: update to 0.0.22.13795Jan Beich2022-06-162-23/+23
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/264253757c...11c5230628
* emulators/yuzu: update to s20220613Jan Beich2022-06-142-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7ea78699a...bd3bfe411
* emulators/rpcs3: update to 0.0.22.13782Jan Beich2022-06-142-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/ebeeafc94f...264253757c
* emulators/yuzu: require gcc11+ after 50709831d2ddJan Beich2022-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/./video_core/gpu_thread.h:13, from src/video_core/gpu_thread.cpp:13: src/./common/bounded_threadsafe_queue.h: In destructor 'Common::mpsc::Slot<T>::~Slot()': src/./common/bounded_threadsafe_queue.h:34:18: error: 'struct std::atomic_flag' has no member named 'test' 34 | if (turn.test()) { | ^~~~ src/./common/bounded_threadsafe_queue.h: In instantiation of 'void Common::mpsc::Queue<T, Allocator>::Pop(T&, std::stop_token) [with T = VideoCommon::GPUThread::CommandDataContainer; Allocator = std::allocator<Common::mpsc::Slot<VideoCommon::GPUThread::CommandDataContainer> >]': src/video_core/gpu_thread.cpp:35:41: required from here src/./common/bounded_threadsafe_queue.h:129:32: error: 'struct std::atomic_flag' has no member named 'test' 129 | if (false == slot.turn.test()) { | ~~~~~~~~~~^~~~ src/./common/bounded_threadsafe_queue.h:131:60: error: 'struct std::atomic_flag' has no member named 'test' 131 | cv.wait(lock, stop, [&slot] { return slot.turn.test(); }); | ~~~~~~~~~~^~~~ src/./common/bounded_threadsafe_queue.h:136:19: error: 'struct std::atomic_flag' has no member named 'notify_one' 136 | slot.turn.notify_one(); | ~~~~~~~~~~^~~~~~~~~~ src/./common/bounded_threadsafe_queue.h: In instantiation of 'void Common::mpsc::Queue<T, Allocator>::emplace(Args&& ...) [with Args = {VideoCommon::GPUThread::CommandDataContainer}; T = VideoCommon::GPUThread::CommandDataContainer; Allocator = std::allocator<Common::mpsc::Slot<VideoCommon::GPUThread::CommandDataContainer> >]': src/./common/bounded_threadsafe_queue.h:123:16: required from 'void Common::mpsc::Queue<T, Allocator>::Push(P&&) [with P = VideoCommon::GPUThread::CommandDataContainer; <template-parameter-2-2> = void; T = VideoCommon::GPUThread::CommandDataContainer; Allocator = std::allocator<Common::mpsc::Slot<VideoCommon::GPUThread::CommandDataContainer> >]' src/video_core/gpu_thread.cpp:122:81: required from here src/./common/bounded_threadsafe_queue.h:146:19: error: 'struct std::atomic_flag' has no member named 'wait' 146 | slot.turn.wait(true); | ~~~~~~~~~~^~~~ Regressed by: https://github.com/yuzu-emu/yuzu/commit/4dd6bcd20639
* emulators/yuzu: update to s20220611Jan Beich2022-06-122-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/9561a2f5b...7ea78699a
* emulators/citra: update to s20220611Jan Beich2022-06-112-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/3bb027ac1...88a475970
* emulators/rpcs3: update to 0.0.22.13774Jan Beich2022-06-112-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/a2623b1a9a...ebeeafc94f
* emulators/yuzu: update to s20220610Jan Beich2022-06-112-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/073714a76...9561a2f5b
* emulators/rpcs3: update to 0.0.22.13771Jan Beich2022-06-112-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/7530b3c971...a2623b1a9a
* emulators/yuzu: update to s20220608Jan Beich2022-06-092-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/45bdbf538...073714a76
* emulators/rpcs3: update to 0.0.22.13764Jan Beich2022-06-092-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/4d09be25aa...7530b3c971
* devel/autoconf: update to 2.71Tijl Coosemans2022-06-081-2/+2
| | | | | | | | | - Copy devel/autoconf to devel/autoconf2.69. - Update devel/autoconf to 2.71. - Allow ports to use 2.69 with USES=autoreconf:2.69. PR: 258046 Exp-run by: antoine
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-1/+1
|
* emulators/citra: update to s20220606Jan Beich2022-06-062-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/b7c1c2101...3bb027ac1
* emulators/rpcs3: update to 0.0.22.13758Jan Beich2022-06-062-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/88faac7bbc...4d09be25aa
* emulators/citra: update to s20220604Jan Beich2022-06-052-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/a6e7a81de...b7c1c2101
* emulators/yuzu: update to s20220604Jan Beich2022-06-052-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/14db10114...45bdbf538
* emulators/rpcs3: update to 0.0.22.13734Jan Beich2022-06-052-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/0e5514003a...88faac7bbc
* emulators/yuzu: update to s20220603Jan Beich2022-06-042-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/f6c47df67...14db10114
* emulators/rpcs3: update to 0.0.22.13728Jan Beich2022-06-043-5/+16
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/03df3c5293...0e5514003a
* emulators/rpcs3: update to 0.0.22.13693Jan Beich2022-06-012-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/bab4136411...03df3c5293
* emulators/dosbox-x: Update to 0.84.0Neel Chauhan2022-06-013-15/+4
|
* emulators/virtualbox-ose-legacy: Mark as BROKEN on recent headGuido Falsi2022-05-311-0/+4
| | | | | Fails to build on recent FreeBSD 14 due to missing symbols errors in new libc++
* emulators/rpcs3: update to 0.0.22.13668Jan Beich2022-05-312-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/256eb17ae5...bab4136411
* emulators/yuzu: update to s20220530Jan Beich2022-05-312-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/8a858c262...f6c47df67
* emulators/rpcs3: update to 0.0.22.13657Jan Beich2022-05-282-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/5ad4b6249e...256eb17ae5
* emulators/yuzu: update to s20220528Jan Beich2022-05-282-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/439e62167...8a858c262
* emulators/yuzu: update to s20220527Jan Beich2022-05-282-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/a9beb4746...439e62167
* emulators/rpcs3: update to 0.0.22.13655Jan Beich2022-05-282-13/+8
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/a9a1204ab9...5ad4b6249e
* emulators/yuzu: update to s20220525Jan Beich2022-05-262-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/4eb7f6c04...a9beb4746
* emulators/rpcs3: update to 0.0.22.13648Jan Beich2022-05-262-6/+11
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/cd74fb6a6d...a9a1204ab9
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-222-2/+2
| | | | PR: 246106
* emulators/citra: update to s20220520Jan Beich2022-05-212-9/+9
| | | | Changes: https://github.com/citra-emu/citra/compare/44e1f2319...a6e7a81de