- Feb 14, 2017
-
-
Yuri Kunde Schlesner authored
Fixes #2567
-
Yuri Kunde Schlesner authored
added http service enum to the log.h file
-
noah the goodra authored
-
noah the goodra authored
-
noah the goodra authored
-
noah the goodra authored
-
- Feb 13, 2017
-
-
Yuri Kunde Schlesner authored
Re-organize software rasterizer code
-
Weiyi Wang authored
-
Yuri Kunde Schlesner authored
file_sys: change RomFS archive to Self NCCH archive
-
wwylele authored
-
wwylele authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Feb 12, 2017
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Small VideoCore cleanups
-
Kloen Lansfiel authored
-
- Feb 11, 2017
-
-
Yuri Kunde Schlesner authored
Fixes #2455
-
Weiyi Wang authored
-
Yuri Kunde Schlesner authored
The resulting pointer wasn't written to unless the index was verified as valid, but that's still UB and triggered debug checks in MSVC. Reported by garrettboast on IRC
-
- Feb 09, 2017
-
-
Yuri Kunde Schlesner authored
This eliminates UB when aliasing it with the array of u32 regs, and is compatible with non-LE architectures.
-
Yuri Kunde Schlesner authored
All enums that are used with BitField must have their type forced to u32 to ensure correctness.
-
Yuri Kunde Schlesner authored
This copy was left behind when the shader generation code was moved to a separate file.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This gets rid of the static unordered_map. Also changes the return type const char*, avoiding unnecessary allocations (the result was only used by calling .c_str() on it.)
-
Yuri Kunde Schlesner authored
Also remove some unused members.
-
Yuri Kunde Schlesner authored
Split up monolithic Regs struct
-
- Feb 06, 2017
- Feb 05, 2017
-
-
Mat M authored
Use std::array<u8,2> instead of u8[2] to fix MSVC build
-
Lectem authored
-
Weiyi Wang authored
IPC helper
-
- Feb 04, 2017
-
-
Fernando Sahmkow authored
-
Lectem authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-