| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/f7dd8d5e...ebe01506
MFH: 2017Q1
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
|
|
|
|
| |
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap.
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/51dd13b8...f7dd8d5e
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/cda7210f...51dd13b8
|
|
|
|
|
|
| |
r428633 followup to drop -msse4.1 on 10.x.
Changes: https://github.com/citra-emu/citra/compare/0e032573...cda7210f
|
|
|
|
|
|
| |
Audio appears to work fine now.
Changes: https://github.com/citra-emu/citra/compare/07f65ad3...0e032573
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/fb13bfe...07f65ad
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/ae2fab4...fb13bfe
|
|
|
|
|
|
| |
- Fix citra --version output
Changes: https://github.com/citra-emu/citra/compare/8b833d3...ae2fab4
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/commit/f672c7b
|
| |
|
|
|
|
|
|
|
| |
JIT is only available for amd64 while non-JIT or fake JIT build isn't
yet supported.
Reported by: pkg-fallout for aarch64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
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
|