- Jul 22, 2018
-
-
Lioncash authored
We can just use the variant of std::string's replace() function that can replace an occurrence with N copies of the same character, eliminating the need to allocate a std::string containing a buffer of spaces.
-
- Jul 19, 2018
-
-
Lioncash authored
Easy TODO
-
- Jul 13, 2018
-
-
Hedges authored
* More improvements to GDBStub - Debugging of threads should work correctly with source and assembly level stepping and modifying registers and memory, meaning threads and callstacks are fully clickable in VS. - List of modules is available to the client, with assumption that .nro and .nso are backed up by an .elf with symbols, while deconstructed ROMs keep N names. - Initial support for floating point registers. * Tidy up as requested in PR feedback * Tidy up as requested in PR feedback
-
- Jul 03, 2018
-
-
James Rowe authored
-
- Jun 07, 2018
-
-
mailwl authored
convert input buffer (std::vector<u8>) to string, stripping zero chars
-
- Apr 29, 2018
-
-
Lioncash authored
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
-
- Apr 27, 2018
-
-
Lioncash authored
-
- Mar 22, 2018
-
-
Daniel Lim Wee Soong authored
Add a new set of logging macros based on fmtlib Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533 Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet so FMT_VARIADIC is used.
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Sep 30, 2017
-
-
Huw Pascoe authored
-
- Dec 05, 2016
-
-
Jannik Vogel authored
-
- Nov 14, 2016
-
-
James Rowe authored
-
- Sep 21, 2016
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Mar 31, 2016
-
-
LFsWang authored
-
- Aug 02, 2015
-
-
Yuri Kunde Schlesner authored
The char16_t/char32_t implementations aren't present in the library and cause linker errors. This is a known issue that wasn't fixed in VS2015 RTM.
-
- Jul 19, 2015
-
-
zawata authored
-
- Jun 27, 2015
-
-
Emmanuel Gil Peyrot authored
-
- May 08, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 07, 2015
-
-
Lioncash authored
-
Yuri Kunde Schlesner authored
-
- Feb 12, 2015
-
-
Subv authored
-
- Dec 30, 2014
-
-
darkf authored
-
- Dec 21, 2014
-
-
purpasmart96 authored
-
- Dec 13, 2014
-
-
Yuri Kunde Schlesner authored
-
- Dec 10, 2014
-
-
archshift authored
-
- Dec 07, 2014
-
-
Tony Wasserka authored
-
- Dec 03, 2014
-
-
Rohit Nirmal authored
-
- Nov 29, 2014
-
-
darkf authored
-
- Nov 19, 2014
-
-
Emmanuel Gil Peyrot authored
-
- Nov 13, 2014
-
-
archshift authored
-
- Oct 24, 2014
-
-
archshift authored
-
- Sep 09, 2014
-
-
archshift authored
-
- Sep 08, 2014
- Aug 17, 2014
-
-
Lioncash authored
-
- Apr 15, 2014
-
-
bunnei authored
-