aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/citra
Commit message (Collapse)AuthorAgeFilesLines
* emulators/citra: update to s20170119jbeich2017-01-192-9/+9
| | | | | Changes: https://github.com/citra-emu/citra/compare/f7dd8d5e...ebe01506 MFH: 2017Q1
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* Drop pre-10.3 support in my portsjbeich2017-01-031-34/+0
| | | | | 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.
* emulators/citra: update to s20161230jbeich2017-01-012-8/+8
| | | | Changes: https://github.com/citra-emu/citra/compare/51dd13b8...f7dd8d5e
* emulators/citra: update to s20161223jbeich2016-12-252-8/+8
| | | | Changes: https://github.com/citra-emu/citra/compare/cda7210f...51dd13b8
* emulators/citra: update to s20161216jbeich2016-12-163-7/+28
| | | | | | r428633 followup to drop -msse4.1 on 10.x. Changes: https://github.com/citra-emu/citra/compare/0e032573...cda7210f
* emulators/citra: update to s20161215jbeich2016-12-162-12/+18
| | | | | | Audio appears to work fine now. Changes: https://github.com/citra-emu/citra/compare/07f65ad3...0e032573
* emulators/citra: update to s20161207jbeich2016-12-072-15/+15
| | | | Changes: https://github.com/citra-emu/citra/compare/fb13bfe...07f65ad
* emulators/citra: oops, missed XXX comment in r426912jbeich2016-11-231-1/+0
|
* emulators/citra: drop bundled Boost 1.59jbeich2016-11-232-4/+2
|
* emulators/citra: update to s20161115jbeich2016-11-182-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/ae2fab4...fb13bfe
* emulators/citra: update to s20161031jbeich2016-11-012-5/+10
| | | | | | - Fix citra --version output Changes: https://github.com/citra-emu/citra/compare/8b833d3...ae2fab4
* emulators/citra: update to s20161027jbeich2016-10-282-6/+6
| | | | Changes: https://github.com/citra-emu/citra/commit/f672c7b
* emulators/citra: list more licensesjbeich2016-10-221-1/+6
|
* emulators/citra: only build on amd64 for nowjbeich2016-10-211-1/+2
| | | | | | | JIT is only available for amd64 while non-JIT or fake JIT build isn't yet supported. Reported by: pkg-fallout for aarch64
* emulators/citra: unbreak on < 10.2 after r423781jbeich2016-10-131-0/+34
| | | | | | | | | | | | | | | 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
* emulators/citra: oops, back out r423781jbeich2016-10-131-2/+0
|
* emulators/citra: unbreak on < 10.2 after r423781jbeich2016-10-131-0/+2
| | | | | | | | | | | | | | | | | 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
* emulators/citra: don't use GCC to build on 10.xjbeich2016-10-121-2/+2
| | | | | | 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.
* emulators/citra: add new portjbeich2016-10-113-0/+87
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