- Dec 20, 2014
-
-
Tony Wasserka authored
This effectively adds support for a lot texture formats in the rasterizer.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not.
-
Tony Wasserka authored
-
Tony Wasserka authored
This is useful when doing crazy stuff like inheriting from BitField.
-
Tony Wasserka authored
-
bunnei authored
Clean up some warnings
-
Chin authored
-
Tony Wasserka authored
Add a clone of std::make_unique and revert C++14 requirement
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
bunnei authored
SaveData: Added some documentation to FormatSaveData
-
Subv authored
-
- Dec 19, 2014
-
-
bunnei authored
Properly erase/remove a DebuggerObserver
-
bunnei authored
armemu: Narrow the scope of some variables in handle_v6_insn
-
bunnei authored
armemu: Get rid of bitwise parenthesis warnings
-
chinhodado authored
-
bunnei authored
GSP_GPU: Shut up FlushDataCache
-
purpasmart96 authored
-
- Dec 18, 2014
-
-
bunnei authored
SystemSaveData: Fixed a typo that was segfaulting
-
Subv authored
-
bunnei authored
armemu: Set GE flags properly for SSUB16, SADD16, SSAX, and SASX.
-
bunnei authored
armemu: Fix USAT16.
-
bunnei authored
SaveData: Implemented the SystemSaveData archive.
-
Subv authored
Maybe sometime when we actually implement that
-
Lioncash authored
-
Subv authored
We still don't know what the other parameters do, but they appear to be very similar to those of FormatThisUserSaveData. Most likely FormatThisUserSaveData is just an alias for FormatSaveData with LowPathType Empty
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
Combine SSUB16, SADD16, SASX, and SSAX.
-
Subv authored
It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
-
bunnei authored
armemu: Unset GE flags for UADD8 if results are < 0x100
-
bunnei authored
armemu: Implement UMAAL
-
Lioncash authored
-
bunnei authored
Backport more skyeye fixes from 3dmoo
-
bunnei authored
armemu: Fix SSUB16
-
bunnei authored
Kernel: Add missing permissions
-
bunnei authored
FS_U: Implemented the SaveData archive
-