- Jul 23, 2014
- Jul 22, 2014
-
-
bunnei authored
GPU framebuffer emulation improvements
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
Templates shouldn't be marked as inline if they aren't defined in the header.
-
Tony Wasserka authored
Also makes the illogical component order more obvious.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
Anonymous structs are not standard C++, hence don't use them.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
- Jul 21, 2014
- Jul 20, 2014
-
-
Lioncash authored
-
- Jul 19, 2014
-
-
Yuri Kunde Schlesner authored
The Git for Windows installer doesn't add the Git binaries to the path by default. (Due to risk of conflicts with built-in windows commands.) Unless you have configured your system specially this causes the scm_rev_gen.js script to fail to find Git. Added more paths to the script so that it searches in the default msysgit installation directory, eliminating the need to set the PATH for most environments.
-
- Jul 17, 2014
-
-
Tony Wasserka authored
BitField additions and fixes
-
- Jul 16, 2014
-
-
Tony Wasserka authored
-
Tony Wasserka authored
Being able to store BitField within unions requires BitField to be of standard layout, which in turn is only given if the underlying type is also has standard layout.
-
-
Tony Wasserka authored
Sometimes it can be beneficial to use this in places where an explicit cast needs to happen otherwise. By using the evaluation method, it's not necessary anymore to explicitly write the underlying type in this case.
-
- Jul 08, 2014
-
-
bunnei authored
Adds address arbiters to kernel HLE
-
bunnei authored
AddressArbiter: Added documentation comment, fixed whitespace issue. AddressArbiter: Fixed incorrect comment, reordered if-statement to be more clear. SVC: Removed trailing whitespace.
-
bunnei authored
Thread: Cleaned up arbitrate address functions. Thread: Cleaned up ArbitrateAllThreads function.
-
bunnei authored
-