- Mar 09, 2015
-
-
Tony Wasserka authored
GPU: Use the correct position for the finished bit in memory fills
-
Subv authored
-
Tony Wasserka authored
GPU: Corrected the 24 bit memory fills component order
-
bunnei authored
Fix errorcodes for bad config block request
-
bunnei authored
Apply the logging filter before sending the message to the queue
-
bunnei authored
Minor bugfixes to LDM/STM.
-
Subv authored
-
bunnei authored
-
bunnei authored
Update nihstro submodule to the initial release version.
-
bunnei authored
Asserts: Use lambdas to keep assertion code away from the main code path
-
Lioncash authored
Previously it would write the contents of register 13 for the case where the link register (r14) is supposed to be written.
-
Lioncash authored
-
Lioncash authored
-
- Mar 08, 2015
-
-
archshift authored
Includes more opcodes to implement in the future.
-
archshift authored
Build app bundles on OS X. Fixes the issue where the menubar would not appear.
-
bunnei authored
default_ini.h: Put comments on their own lines
-
archshift authored
Apparently inline comments is not necessarily standard in the INI format, and our parser was erroneously parsing the comments as values.
-
archshift authored
-
- Mar 07, 2015
-
-
bunnei authored
Fixed EmuWindow typo (fixes OSX build)
-
bunnei authored
-
bunnei authored
Set framebuffer layout from EmuWindow.
-
bunnei authored
-
Tony Wasserka authored
GPU/Textures: Fixed ETC texture decoding.
-
Subv authored
-
Tony Wasserka authored
Add profiling infrastructure and widget
-
- Mar 06, 2015
-
-
Emmanuel Gil Peyrot authored
Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.
-
bunnei authored
Removed swap code redundancy and moved common swap code to swap.h
-
archshift authored
-
- Mar 05, 2015
-
-
bunnei authored
Services: Moved the PTM and APT services to their own folder
-
- Mar 04, 2015
-
-
Subv authored
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
-
bunnei authored
vfp: Get rid of warnings
-
Lioncash authored
-
bunnei authored
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
-
- Mar 03, 2015
-
-
bunnei authored
- Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger.
-
- Mar 02, 2015
-
-
Yuri Kunde Schlesner authored
Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList.
-
Subv authored
They will always return 0 titles for every media type for now. This is needed to boot Home Menu further
-
bunnei authored
Services/FS: Stubbed CardSlotIsInserted to always return false
-
bunnei authored
result: Make comparison operators take references
-
bunnei authored
Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff.
-
Yuri Kunde Schlesner authored
MSVC 2013 (at least) doesn't use QueryPerformanceCounter to implement std::chrono::high_resolution_clock, so it has bad precision. Manually implementing our own clock type using it works around this for now.
-