aboutsummaryrefslogtreecommitdiff
path: root/emulators/citra-qt5
Commit message (Collapse)AuthorAgeFilesLines
* emulators/citra: update to s20170516Jan Beich2017-05-171-1/+1
| | | | | | | | Changes: https://github.com/citra-emu/citra/compare/ea53d608...8d558777a MFH: 2017Q2 Notes: svn path=/head/; revision=441083
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* emulators/citra: update to s20170119Jan Beich2017-01-191-1/+1
| | | | | | | | Changes: https://github.com/citra-emu/citra/compare/f7dd8d5e...ebe01506 MFH: 2017Q1 Notes: svn path=/head/; revision=431870
* devel/boost-*: update to 1.63.0Jan Beich2017-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 Notes: svn path=/head/; revision=430692
* emulators/citra: update to s20161207Jan Beich2016-12-061-1/+1
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/fb13bfe...07f65ad Notes: svn path=/head/; revision=428009
* emulators/citra: drop bundled Boost 1.59Jan Beich2016-11-231-1/+1
| | | | Notes: svn path=/head/; revision=426912
* emulators/citra: update to s20161027Jan Beich2016-10-281-1/+1
| | | | | | | Changes: https://github.com/citra-emu/citra/commit/f672c7b Notes: svn path=/head/; revision=424799
* emulators/citra: don't use GCC to build on 10.xJan Beich2016-10-111-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=423781
* emulators/citra: add new portJan Beich2016-10-101-0/+10
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 Notes: svn path=/head/; revision=423700