- 28 Oct, 2018 1 commit
-
-
Zach Hilman authored
Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit.
-
- 26 Oct, 2018 8 commits
-
-
bunnei authored
Implemented Shader Local Memory
-
bunnei authored
vfs: Remove InterpretAsDirectory and related functions
-
bunnei authored
gl_rasterizer: Implement depth range.
-
bunnei authored
-
bunnei authored
yuzu/main: Notify user of loading errors with Amiibo data
-
bunnei authored
configure_system: Minor cleanup-related changes
-
bunnei authored
Implement the LoadNro functions from the ldr:ro service.
-
bunnei authored
-
- 25 Oct, 2018 19 commits
-
-
bunnei authored
- This is an incomplete implementation. It was tested with Super Mario Party.
-
bunnei authored
-
bunnei authored
Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size.
-
bunnei authored
-
Mat M authored
ips_layer: Use rle_size instead of data_size in RLE patch application
-
Lioncash authored
This should be localizable, since it's user-facing text.
-
Lioncash authored
We can just make the function accept an arbitrary ProfileManager reference and operate on that instead of tying the function to the class itself. This allows us to keep the function internal to the cpp file and removes the need to forward declare the UUID struct.
-
Lioncash authored
These should be initialized to deterministic values so it's easier to catch improper behavior, as it'll always be reproducable, instead of performing uninitialized reads.
-
Lioncash authored
This is a static function so we can just perform an assignment directly.
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
These are only used within this class, so we can make them private to keep their use contained. This also gets rid of the pre-Qt5 'slot' identifier, since Qt 5's connection syntax doesn't require a function to be declared a slot anymore.
-
James Rowe authored
Delete git file
-
Tobias authored
-
Zach Hilman authored
Prevents a potential bug when using RLE records in an IPS patch.
-
bunnei authored
service/usb: Update service function tables
-
bunnei authored
service/acc: Silence compiler truncation warnings
-
bunnei authored
kernel/error: Amend error return code values
-
bunnei authored
rasterizer: Fix Layered Textures Loading and Cubemaps
-
- 24 Oct, 2018 12 commits
-
-
bunnei authored
game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions()
-
Lioncash authored
Updated based off the information provided by Hexkyz on Switchbrew.
-
Lioncash authored
This is just flat data, so it doesn't really need to be in the function itself. This also allows deduplicating the constant for the backup size in GetImageSize().
-
Lioncash authored
Silences compiler warnings related to truncation. This also introduces a small helper function to perform the clamping of the image size.
-
Lioncash authored
Allows unindenting the other branch's code.
-
bunnei authored
profile_manager: Use std::optional instead of boost::optional
-
bunnei authored
yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointer
-
FernandoS27 authored
-
FernandoS27 authored
-
bunnei authored
time_stretch: Remove unused m_channel_count member variable
-
bunnei authored
Implement PointSize Output Attribute.
-
bunnei authored
graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function
-