non port: emulators/citra/Makefile |
Number of commits found: 417 (showing only 17 on this page) |
Friday, 6 Jan 2017
|
08:45 jbeich
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
Saturday, 31 Dec 2016
|
16:05 jbeich
emulators/citra: update to s20161230
Changes: https://github.com/citra-emu/citra/compare/51dd13b8...f7dd8d5e
|
Sunday, 25 Dec 2016
|
07:28 jbeich
emulators/citra: update to s20161223
Changes: https://github.com/citra-emu/citra/compare/cda7210f...51dd13b8
|
Friday, 16 Dec 2016
|
05:59 jbeich
emulators/citra: update to s20161216
r428633 followup to drop -msse4.1 on 10.x.
Changes: https://github.com/citra-emu/citra/compare/0e032573...cda7210f
|
Thursday, 15 Dec 2016
|
19:54 jbeich
emulators/citra: update to s20161215
Audio appears to work fine now.
Changes: https://github.com/citra-emu/citra/compare/07f65ad3...0e032573
|
Tuesday, 6 Dec 2016
|
22:55 jbeich
emulators/citra: update to s20161207
Changes: https://github.com/citra-emu/citra/compare/fb13bfe...07f65ad
|
Wednesday, 23 Nov 2016
|
12:49 jbeich
emulators/citra: oops, missed XXX comment in r426912
|
12:46 jbeich
emulators/citra: drop bundled Boost 1.59
|
Thursday, 17 Nov 2016
|
23:59 jbeich
emulators/citra: update to s20161115
Changes: https://github.com/citra-emu/citra/compare/ae2fab4...fb13bfe
|
Tuesday, 1 Nov 2016
|
01:28 jbeich
emulators/citra: update to s20161031
- Fix citra --version output
Changes: https://github.com/citra-emu/citra/compare/8b833d3...ae2fab4
|
Friday, 28 Oct 2016
|
01:13 jbeich
emulators/citra: update to s20161027
Changes: https://github.com/citra-emu/citra/commit/f672c7b
|
Saturday, 22 Oct 2016
|
12:46 jbeich
emulators/citra: list more licenses
|
Friday, 21 Oct 2016
|
12:35 jbeich
emulators/citra: only build on amd64 for now
JIT is only available for amd64 while non-JIT or fake JIT build isn't
yet supported.
Reported by: pkg-fallout for aarch64
|
Thursday, 13 Oct 2016
|
13:38 jbeich
emulators/citra: oops, back out r423781
|
13:30 jbeich
emulators/citra: unbreak on < 10.2 after r423781
USES=compiler cannot pull newer C++14 compatible libc++ version.
In file included from
externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15:
In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18:
In file included from
externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14:
externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named
'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'?
using type = std::tuple_element_t<ParameterIndex, std::tuple<Args...>>;
~~~~~^~~~~~~~~~~~~~~
tuple_element
/usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here
template <size_t _Ip, class _Tp> class _LIBCPP_TYPE_VIS_ONLY tuple_element;
^
Reported by: pkg-fallout
|
Tuesday, 11 Oct 2016
|
16:43 jbeich
emulators/citra: don't use GCC to build on 10.x
libstdc++ in ports is still built against libsupc++ rather than
libcxxrt, so it's unsafe to use together libc++. This means USE_GCC is
practically forbidden with C++ ports on >= 10.0 systems.
|
Monday, 10 Oct 2016
|
20:15 jbeich
emulators/citra: add new port
Citra is an experimental open-source Nintendo 3DS emulator/debugger
written in C++. It is written with portability in mind, with builds
actively maintained for Windows, Linux and OS X. Citra only emulates a
subset of 3DS hardware, and therefore is generally only useful for
running/debugging homebrew applications. At this time, Citra is even
able to boot several commercial games! Most of these do not run to a
playable state, but we are working every day to advance the project
forward.
https://citra-emu.org
|
Number of commits found: 417 (showing only 17 on this page) |