Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-12 | shader: Update log message to use proper log class. | bunnei | |
2016-03-12 | Merge pull request #1266 from Subv/miiapplet | bunnei | |
HLE/Applets: Implemented a dummy Mii Selector applet. | |||
2016-03-12 | HLE/Applets: Implemented a dummy Mii Selector applet. | Subv | |
This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet. | |||
2016-03-12 | Merge pull request #1500 from lioncash/nullptr | bunnei | |
gsp_gpu: Change 0 literal to nullptr | |||
2016-03-11 | gsp_gpu: Change 0 literal to nullptr | Lioncash | |
2016-03-11 | Merge pull request #1499 from lioncash/services | bunnei | |
hle: Update service function tables | |||
2016-03-11 | hle: Update service function tables | Lioncash | |
2016-03-10 | Merge pull request #1476 from lioncash/emit | bunnei | |
emitter: constexpr/misc changes | |||
2016-03-09 | Merge pull request #1475 from lioncash/align | Yuri Kunde Schlesner | |
Common: Get rid of alignment macros | |||
2016-03-09 | Merge pull request #1478 from JayFoxRox/master | Yuri Kunde Schlesner | |
Fix attribute mapping in vs debugger | |||
2016-03-09 | Merge pull request #1482 from LittleWhite-tb/mac-opengl-check | Mathew Maidment | |
Fix missing return | |||
2016-03-09 | Fix missing return | LittleWhite | |
2016-03-09 | Merge pull request #1474 from lioncash/renderer | bunnei | |
renderer_base: Minor changes | |||
2016-03-09 | Fix attribute mapping in vs debugger | Jannik Vogel | |
2016-03-09 | emitter: templatize ImmPtr | Lioncash | |
2016-03-09 | emitter: constexpr-ify helper functions | Lioncash | |
2016-03-09 | emitter: Get rid of CanDoOpWith | Lioncash | |
This was removed in Dolphin as there were no particular uses for it. I'm sure the same will apply to citra. | |||
2016-03-09 | emitter: constexpr-ify OpArg | Lioncash | |
2016-03-09 | emitter: friend class OpArg with XEmitter | Lioncash | |
2016-03-09 | emitter: Remove unimplemented prototype | Lioncash | |
2016-03-09 | Common: Get rid of alignment macros | Lioncash | |
The gl rasterizer already uses alignas, so we may as well move everything over. | |||
2016-03-08 | Merge pull request #1344 from LittleWhite-tb/error-output | bunnei | |
Output errors in GUI | |||
2016-03-08 | renderer_base: In-class initialize variables | Lioncash | |
2016-03-08 | render_base: Clarify/normalize getter functions | Lioncash | |
2016-03-08 | renderer_base: Don't directly expose the rasterizer unique_ptr | Lioncash | |
There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer. | |||
2016-03-08 | Improve error report from Init() functions | LittleWhite | |
Add error popup when citra initialization failed | |||
2016-03-07 | Merge pull request #1441 from MerryMage/dsp-pipes | bunnei | |
AudioCore: Implement Pipe 2 | |||
2016-03-07 | Merge pull request #1467 from LittleWhite-tb/bug-shader-object | bunnei | |
Set the appropriate locale to get float conversion working using to_string | |||
2016-03-07 | Set the appropriate locale to get float conversion working using std::to_string | LittleWhite | |
2016-03-06 | DSP: Implement Pipe 2 | MerryMage | |
Pipe 2 is a DSP pipe that is used to initialize both the DSP hardware (the application signals to the DSP to initialize) and the application (the DSP provides the memory location of structures in the shared memory region). | |||
2016-03-06 | Merge pull request #1462 from yuriks/depth-test-write | bunnei | |
Pica: Write depth value even when depth test is disabled | |||
2016-03-05 | Merge pull request #1463 from yuriks/non-app-region | Yuri Kunde Schlesner | |
Memory: Do correct Phys->Virt address translation for non-APP linheap | |||
2016-03-05 | Memory: Do correct Phys->Virt address translation for non-APP linheap | Yuri Kunde Schlesner | |
2016-03-05 | Merge pull request #1455 from yuriks/ResultVal-union | Mathew Maidment | |
core: Use unrestricted union to hold storage of ResultVal value | |||
2016-03-05 | Pica: Write depth value even when depth test is disabled | Yuri Kunde Schlesner | |
This has been confirmed on hardware. Fixes Etrian Odyssey IV. | |||
2016-03-05 | Merge pull request #1459 from MerryMage/dsp-firmware-hash | Mathew Maidment | |
DSP: Print hash of firmware to console | |||
2016-03-06 | DSP: Print hash of firmware to console | MerryMage | |
2016-03-05 | Merge pull request #1454 from yuriks/log-program-id | Yuri Kunde Schlesner | |
Loader/NCCH: Log the program ID during loading | |||
2016-03-05 | core: Use unrestricted union to hold storage of ResultVal value | Yuri Kunde Schlesner | |
2016-03-04 | Loader/NCCH: Log the program ID during loading | Yuri Kunde Schlesner | |
This is useful for all sorts of things, but mainly to identify save folders more easily. | |||
2016-03-05 | Merge pull request #1429 from mailwl/branch-acu | bunnei | |
ac:u IsConnected implemented | |||
2016-03-04 | Merge pull request #1389 from yuriks/stub-cam | bunnei | |
Stub CAM:U service | |||
2016-03-04 | ac:u: Stub IsConnected | mailwl | |
2016-03-03 | Merge pull request #1448 from bunnei/remove-glfw | bunnei | |
externals: Remove unused GLFW library from the repo. | |||
2016-03-03 | externals: Remove unused GLFW library from the repo. | bunnei | |
2016-03-03 | Display errors in GUI when loading ROM failed | LittleWhite | |
2016-03-03 | Merge pull request #1446 from vitorsilverio/patch-2 | Mathew Maidment | |
Update Building Links | |||
2016-03-03 | Update Building Links | Vitor | |
Links on README.md don't exist. | |||
2016-03-03 | Merge pull request #1394 from ds84182/immediate-mode-vtx | bunnei | |
Add immediate mode vertex submission | |||
2016-03-02 | Add immediate mode vertex submission | Dwayne Slater | |