- Dec 09, 2014
-
-
Tony Wasserka authored
This better reflects that no commands are supposed to show up until you hit the button a second time.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area.
-
Tony Wasserka authored
The texture viewer is enabled when selecting a write command to one of the texture config registers.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
Changed start/stop button to reflect current tracing status. Properly labeled column headers.
-
Tony Wasserka authored
This class has a few advantages over the regular QSpinBox: - QSpinBox stores its as signed 32 bit integers, which for instance is unsuitable for representing memory addresses. CSpinBox uses 64 bit integers instead. - QSpinBox does not provide an easy way to handle number input from bases different than 10. - QSpinBox is quite inflexible in general and almost any sort of customization requires reimplementing it anyway.
-
Tony Wasserka authored
-
Tony Wasserka authored
-
bunnei authored
Log the cmd_buff arguments when citra comes across an unimplemented function
-
bunnei authored
Thread: Fixed to wait on address when in arbitration.
-
bunnei authored
-
bunnei authored
MemMap: Updated memory map to subtract base address instead of mask.
-
bunnei authored
Fix emulation of SASX and SSAX instructions.
-
bunnei authored
Loader: Add 3DSX support
-
- Dec 08, 2014
-
-
bunnei authored
Kernel/File: Fixed file read/write hwtests
-
bunnei authored
Make OpenDirectory fail if the directory doesn't exist
-
Subv authored
The 3DS allows the user to read from files opened with the Write access modifier, even if he did not specify the Read access modifier. Open the files in binary mode so that we can prevent CR/LF problems in Windows, where a line-end is replaced by these two bytes instead of just 0xA, this was causing problems with the GetSize test
-
Lioncash authored
-
ichfly authored
-
Lioncash authored
-
Lioncash authored
-
- Dec 07, 2014
-
-
archshift authored
This is in line with what the hardware itself does. It does this by splitting the initial directory opening into Directory.Open(), which will return false if a stat fails. Then, Archive::OpenDirectory will return nullptr, and archive.cpp will return an error code .
-
bunnei authored
Change NULLs to nullptrs.
-
Tony Wasserka authored
Resolve doxycomment duplication debate
-
- Dec 05, 2014
- Dec 04, 2014
-
-
Subv authored
Use the next_thread_id variable directly.
-
Subv authored
-
archshift authored
-
Yuri Kunde Schlesner authored
I believe putting comments in the headers has won by a good margin, with everyone other than me preferring it, so time to enshrine it.
-
Subv authored
For now threads are using their Handle value as their Id, it should not really cause any problems because Handle values are unique in Citra, but it should be changed. I left a ToDo there because this is not correct behavior as per hardware.
-
bunnei authored
mem_map: Make enum for addresses use u32 as the underlying type
-
bunnei authored
hid_user: Pass by reference with PadButtonPress/PadButtonRelease
-
bunnei authored
CMake: Place all built files in a single folder in MSVC
-
Lioncash authored
-