aboutsummaryrefslogtreecommitdiff
path: root/emulators/rpcs3
Commit message (Collapse)AuthorAgeFilesLines
* emulators/rpcs3: update to 0.0.17.12538Jan Beich2021-07-292-5/+13
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/6a9d1edee...0a7a12bbf
* emulators/rpcs3: update to 0.0.17.12527Jan Beich2021-07-272-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/867f0e1f0...6a9d1edee
* emulators/rpcs3: update to 0.0.17.12521Jan Beich2021-07-242-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/737b0dfd4...867f0e1f0
* emulators/rpcs3: switch to system faudioJan Beich2021-07-222-26/+2
|
* emulators/rpcs3: update to 0.0.17.12518Jan Beich2021-07-222-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/c84e5489f...737b0dfd4
* emulators/rpcs3: update to 0.0.17.12509Jan Beich2021-07-202-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/66368debf...c84e5489f
* emulators/rpcs3: update to 0.0.17.12476Jan Beich2021-07-172-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/15ae06a7c...66368debf
* emulators/rpcs3: update to 0.0.17.12457Jan Beich2021-07-152-11/+11
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/6a7324ab3...15ae06a7c
* emulators/rpcs3: update to 0.0.17.12446Jan Beich2021-07-132-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/fcbacf8af...6a7324ab3
* emulators/rpcs3: update to 0.0.17.12443Jan Beich2021-07-102-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/770a607ba...fcbacf8af
* emulators/rpcs3: update to 0.0.17.12437Jan Beich2021-07-042-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/020fdcc78...770a607ba
* emulators/rpcs3: update to 0.0.17.12433Jan Beich2021-07-012-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/9b050a33e...020fdcc78
* emulators/rpcs3: update to 0.0.16.12431Jan Beich2021-06-292-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/bba528574...9b050a33e
* emulators/rpcs3: update to 0.0.16.12422Jan Beich2021-06-262-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/3c614d95b...bba528574
* emulators/rpcs3: update to 0.0.16.12409Jan Beich2021-06-222-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/72680c770...3c614d95b
* emulators/rpcs3: update to 0.0.16.12404Jan Beich2021-06-192-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/9fadd48ea...72680c770
* emulators/rpcs3: update to 0.0.16.12403Jan Beich2021-06-172-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/c3415bcff...9fadd48ea
* emulators/rpcs3: update to 0.0.16.12397Jan Beich2021-06-152-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/dfbd63df9...c3415bcff
* emulators/rpcs3: update to 0.0.16.12392Jan Beich2021-06-122-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/2dc6adc03...dfbd63df9
* emulators/rpcs3: update to 0.0.16.12386Jan Beich2021-06-103-27/+8
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/2169e8d93...2dc6adc03
* emulators/rpcs3: update to 0.0.16.12375Jan Beich2021-06-082-10/+6
| | | | | | - Drop BSL remains from LICENSE after 1197aa34b984 Changes: https://github.com/RPCS3/rpcs3/compare/6ac9e6f9c...2169e8d93
* emulators/rpcs3: unbreak on -CURRENT after src@95aa617e4bf0Jan Beich2021-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:1: In file included from rpcs3/stdafx.h:7: In file included from Utilities/File.h:4: rpcs3/util/shared_ptr.hpp:10:17: error: constexpr variable 'same_ptr_implicit_v<thread_future, thread_future_t<true, netstart_hack &, int>>' must be initialized by a constant expression constexpr bool same_ptr_implicit_v = std::is_convertible_v<const volatile From*, const volatile To*> ? is_same_ptr<From, To>() : false; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rpcs3/util/shared_ptr.hpp:396:34: note: in instantiation of variable template specialization 'stx::same_ptr_implicit_v<thread_future, thread_future_t<true, netstart_hack &, int>>' requested here template <typename U> requires same_ptr_implicit_v<T, U> ^ rpcs3/util/shared_ptr.hpp:396:34: note: while substituting template arguments into constraint expression here template <typename U> requires same_ptr_implicit_v<T, U> ^~~~~~~~~~~~~~~~~~~~~~~~~ Utilities/Thread.h:567:18: note: while checking constraint satisfaction for template 'shared_ptr<thread_future_t<true, netstart_hack &, int>>' required here thread::push(std::move(target)); ^~~ Utilities/Thread.h:567:18: note: in instantiation of function template specialization 'stx::shared_ptr<thread_future>::shared_ptr<thread_future_t<true, netstart_hack &, int>>' requested here rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:264:43: note: in instantiation of function template specialization 'named_thread<netstart_hack>::operator()<true, int>' requested here g_fxo->get<named_thread<netstart_hack>>()(0); ^ rpcs3/util/types.hpp:1049:16: note: non-constexpr function 'allocate' cannot be used in a constant expression X* ptr = a.allocate(1); ^ rpcs3/util/shared_ptr.hpp:10:105: note: in call to 'is_same_ptr()' constexpr bool same_ptr_implicit_v = std::is_convertible_v<const volatile From*, const volatile To*> ? is_same_ptr<From, To>() : false; ^ /usr/include/c++/v1/memory:1783:66: note: declared here _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_INLINE_VISIBILITY _Tp* allocate(size_t __n) ^ In file included from rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:1: In file included from rpcs3/stdafx.h:7: In file included from Utilities/File.h:4: rpcs3/util/shared_ptr.hpp:396:34: error: substitution into constraint expression resulted in a non-constant expression template <typename U> requires same_ptr_implicit_v<T, U> ^~~~~~~~~~~~~~~~~~~~~~~~~ Utilities/Thread.h:567:18: note: while checking constraint satisfaction for template 'shared_ptr<thread_future_t<true, netstart_hack &, int>>' required here thread::push(std::move(target)); ^~~ Utilities/Thread.h:567:18: note: in instantiation of function template specialization 'stx::shared_ptr<thread_future>::shared_ptr<thread_future_t<true, netstart_hack &, int>>' requested here rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:264:43: note: in instantiation of function template specialization 'named_thread<netstart_hack>::operator()<true, int>' requested here g_fxo->get<named_thread<netstart_hack>>()(0); ^ rpcs3/util/shared_ptr.hpp:396:34: note: initializer of 'same_ptr_implicit_v<thread_future, thread_future_t<true, netstart_hack &, int>>' is not a constant expression template <typename U> requires same_ptr_implicit_v<T, U> ^ rpcs3/util/shared_ptr.hpp:10:17: note: declared here constexpr bool same_ptr_implicit_v = std::is_convertible_v<const volatile From*, const volatile To*> ? is_same_ptr<From, To>() : false; ^ In file included from rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:3: In file included from rpcs3/Emu/Cell/PPUModule.h:3: In file included from rpcs3/Emu/Cell/PPUFunction.h:3: In file included from rpcs3/Emu/Cell/PPUThread.h:3: In file included from rpcs3/Emu/CPU/CPUThread.h:3: Utilities/Thread.h:567:18: error: no viable conversion from 'typename remove_reference<single_ptr<thread_future_t<true, netstart_hack &, int>> &>::type' (aka 'stx::single_ptr<thread_future_t<true, netstart_hack &, int>>') to 'shared_ptr<thread_future>' thread::push(std::move(target)); ^~~~~~~~~~~~~~~~~ rpcs3/Emu/Cell/Modules/cellNetCtl.cpp:264:43: note: in instantiation of function template specialization 'named_thread<netstart_hack>::operator()<true, int>' requested here g_fxo->get<named_thread<netstart_hack>>()(0); ^ rpcs3/util/shared_ptr.hpp:356:3: note: candidate constructor not viable: no known conversion from 'typename remove_reference<single_ptr<thread_future_t<true, netstart_hack &, int>> &>::type' (aka 'stx::single_ptr<thread_future_t<true, netstart_hack &, int>>') to 'const stx::shared_ptr<thread_future> &' for 1st argument shared_ptr(const shared_ptr& r) noexcept ^ rpcs3/util/shared_ptr.hpp:364:34: note: candidate constructor not viable: no known conversion from 'typename remove_reference<single_ptr<thread_future_t<true, netstart_hack &, int>> &>::type' (aka 'stx::single_ptr<thread_future_t<true, netstart_hack &, int>>') to 'std::nullptr_t' (aka 'nullptr_t') for 1st argument [[deprecated("Use null_ptr")]] shared_ptr(std::nullptr_t) = delete; ^ rpcs3/util/shared_ptr.hpp:383:3: note: candidate constructor not viable: no known conversion from 'typename remove_reference<single_ptr<thread_future_t<true, netstart_hack &, int>> &>::type' (aka 'stx::single_ptr<thread_future_t<true, netstart_hack &, int>>') to 'stx::shared_ptr<thread_future> &&' for 1st argument shared_ptr(shared_ptr&& r) noexcept ^ rpcs3/util/shared_ptr.hpp:376:3: note: candidate template ignored: could not match 'shared_ptr' against 'single_ptr' shared_ptr(const shared_ptr<U>& r) noexcept ^ rpcs3/util/shared_ptr.hpp:390:3: note: candidate template ignored: could not match 'shared_ptr' against 'single_ptr' shared_ptr(shared_ptr<U>&& r) noexcept ^ rpcs3/util/shared_ptr.hpp:397:3: note: candidate template ignored: failed template argument deduction shared_ptr(single_ptr<U>&& r) noexcept ^ rpcs3/util/shared_ptr.hpp:367:12: note: explicit constructor is not a candidate explicit shared_ptr(T* _this) noexcept ^ rpcs3/util/shared_ptr.hpp:200:3: note: candidate function operator element_type*() const noexcept ^ rpcs3/util/shared_ptr.hpp:212:12: note: explicit conversion function is not a candidate explicit operator single_ptr<U>() && noexcept ^ Utilities/Thread.h:187:37: note: passing argument to parameter here void push(shared_ptr<thread_future>); ^ Reported by: pkg-fallout
* emulators/rpcs3: update to 0.0.16.12366Jan Beich2021-06-052-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/6c44664c1...6ac9e6f9c
* emulators/rpcs3: update to 0.0.16.12361Jan Beich2021-06-032-7/+7
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/a7d4da25a...6c44664c1
* emulators/rpcs3: update to 0.0.16.12351Jan Beich2021-05-312-10/+16
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/7d8993862...a7d4da25a
* emulators/rpcs3: update to 0.0.16.12330Jan Beich2021-05-292-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/56f7359da...7d8993862
* emulators/rpcs3: update to 0.0.16.12324Jan Beich2021-05-273-8/+8
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/ac5907307...56f7359da
* emulators/rpcs3: update to 0.0.16.12309Jan Beich2021-05-253-35/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/9ba3e6d3f...ac5907307
* emulators/rpcs3: update to 0.0.16.12307Jan Beich2021-05-254-9/+39
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/5db38c012...9ba3e6d3f
* emulators/rpcs3: update to 0.0.16.12242Jan Beich2021-05-132-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/0bd64a0e7...fe17c8302
* emulators/rpcs3: update to 0.0.16.12237Jan Beich2021-05-112-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/52930a759...0bd64a0e7
* emulators/rpcs3: update to 0.0.16.12226Jan Beich2021-05-082-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/e24ada37b...52930a759
* emulators/rpcs3: update to 0.0.16.12218Jan Beich2021-05-062-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/35ee55017...e24ada37b
* emulators/rpcs3: update to 0.0.16.12213Jan Beich2021-05-042-8/+8
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/b8477a470...35ee55017
* emulators/rpcs3: update to 0.0.16.12199Jan Beich2021-05-012-14/+14
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/64a109d28...b8477a470
* emulators/rpcs3: update to 0.0.15.12167Jan Beich2021-04-292-9/+9
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/9609767c5...64a109d28
* emulators/rpcs3: update to 0.0.15.12161Jan Beich2021-04-272-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/4c2a11b6d...9609767c5
* emulators/rpcs3: update to 0.0.15.12150Jan Beich2021-04-242-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/61450335a...4c2a11b6d
* emulators/rpcs3: update to 0.0.15.12141Jan Beich2021-04-222-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/3e33f064b...61450335a
* emulators/rpcs3: update to 0.0.15.12130Jan Beich2021-04-203-20/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/fb26da1cb...3e33f064b
* emulators/rpcs3: update to 0.0.15.12113Jan Beich2021-04-172-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/ba1699a83...fb26da1cb
* emulators/rpcs3: update to 0.0.15.12090Jan Beich2021-04-152-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/17f5fec53...ba1699a83
* emulators/rpcs3: update to 0.0.15.12064Jan Beich2021-04-102-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/f64a7bb82...17f5fec53
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/rpcs3: update to 0.0.15.12048Jan Beich2021-04-062-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/66df38957...f64a7bb82
* emulators/rpcs3: update to 0.0.15.12019Jan Beich2021-03-302-8/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/b978aa6dc...66df38957 Notes: svn path=/head/; revision=569529
* emulators/rpcs3: update to 0.0.15.12011Jan Beich2021-03-272-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/8d5445398...b978aa6dc Notes: svn path=/head/; revision=569281
* emulators/rpcs3: update to 0.0.15.12006Jan Beich2021-03-252-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/cd07ab5b5...8d5445398 Notes: svn path=/head/; revision=569169
* emulators/rpcs3: update to 0.0.15.11994Jan Beich2021-03-232-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/379138af2...cd07ab5b5 Notes: svn path=/head/; revision=568997