| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
implementations.
|
|
|
|
|
|
implementation.
|
|
prevent collisions.
|
|
Core: Replace a sprintf in core_timing with StringFromFormat
|
|
Core: Get rid of unnecessary switch statement in Kernel
|
|
|
|
Core: Fix warnings in gpu.cpp
|
|
Small, general code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
|
|
|
|
|
|
Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location.
|
|
core: Make the ARM disassembler use std::string internally
|
|
Removed redundant headers for std implementations
|
|
|
|
|
|
|
|
core: Pass string by reference in FetchFromPortName and DeleteService
|
|
In C++ you can simply just declare it as is.
|
|
|
|
|
|
|
|
|
|
Several cleanups to the buildsystem:
- Do better factoring of common libs between platforms.
- Add support to building on Windows.
- Remove Qt4 support.
- Re-sort file lists and add missing headers.
|
|
Fix GPU/HW synchronization
|
|
Introduce VAddr and PAddr typedefs for ARM addresses.
|
|
homebrew and retail applications.
|
|
Core: Cleaned up comment to be more readable.
Citra: Changed loop to be more readable.
|
|
- Useful for debugging homebrew
Qt: Updated GUI to support loading .bin files.
|
|
|
|
|
|
|
|
- Useful for debugging homebrew
Qt: Updated GUI to support loading .bin files.
|
|
|
|
|
|
|
|
|
|
with something more sophisticated.
|
|
|