Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | |
2016-03-02 | Merge pull request #1403 from MerryMage/sdl | bunnei | |
Dependencies: Remove GLFW, Add SDL2 | |||
2016-03-02 | Config: Use unique_ptr instead of raw pointer | MerryMage | |
2016-03-02 | Merge pull request #1434 from Kloen/legend | bunnei | |
Add THREADPROCESSORID_ALL on SVC::CreateThread | |||
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | |
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files | |||
2016-03-01 | Merge pull request #1297 from Subv/saves | bunnei | |
DiskDirectory: Initialize the directory member with valid info. | |||
2016-03-01 | Merge pull request #1433 from yuriks/config-000A0000 | bunnei | |
Service/CFG: Add block 0x000A0000 (username) to default config file | |||
2016-03-01 | ThreadProcessorId_All on SVC::CreateThread | Kloen | |
2016-02-29 | Service/CFG: Fix potential endianess issue | Yuri Kunde Schlesner | |
2016-02-29 | Service/CFG: Add block 0x000A0000 (username) to default config file | Yuri Kunde Schlesner | |
2016-02-29 | Service/CAM: Add doxycomments to all service functions | Yuri Kunde Schlesner | |
2016-02-28 | Merge pull request #1427 from MerryMage/emit-lbit | Yuri Kunde Schlesner | |
x64 Emitter: Fix L bit in VEX prefix | |||
2016-02-27 | x64 Emitter: Fix L bit in VEX prefix | MerryMage | |
2016-02-26 | Merge pull request #1418 from mailwl/branch-ir | bunnei | |
Initial implementation ir:user | |||
2016-02-26 | Initial implementation ir:user | mailwl | |
2016-02-26 | Merge pull request #1352 from LittleWhite-tb/exit_check | bunnei | |
Add check before closure when emulation is running | |||
2016-02-25 | Merge pull request #1424 from MerryMage/lut_init | bunnei | |
renderer_opengl: Initalise fragment shader LUT textures | |||
2016-02-25 | Merge pull request #1386 from MerryMage/audio-core-skeleton | bunnei | |
Audio Core: Skeleton | |||
2016-02-26 | renderer_opengl: Initalise fragment shader LUT textures | MerryMage | |
2016-02-25 | Merge pull request #1422 from vgturtle127/patch-1 | bunnei | |
Add website to README. Be proud of it! | |||
2016-02-25 | Add website to README. Be proud of it! | Derek "Turtle" Roe | |
2016-02-24 | Merge pull request #1395 from ds84182/padding-attributes | bunnei | |
Add support for padding vertex attributes | |||
2016-02-21 | AudioCore: Skeleton Implementation | MerryMage | |
This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation. | |||
2016-02-20 | Fix out of bounds array access when loading a component >= 12 | Dwayne Slater | |
2016-02-20 | Add support for padding vertex attributes | Dwayne Slater | |
2016-02-13 | Merge pull request #1406 from MerryMage/bitfield2 | bunnei | |
BitField: Make trivially copyable and remove assignment operator. | |||
2016-02-13 | Service/CAM: Dummy implementation of some functions | Yuri Kunde Schlesner | |
Thanks to @mailwl for the initial version of the stubs. | |||
2016-02-12 | BitField: Make trivially copyable and remove assignment operator | MerryMage | |
2016-02-05 | Merge pull request #1264 from bunnei/fragment-lighting-hw | bunnei | |
Fragment lighting support in the HW renderer | |||
2016-02-05 | pica: Cleanup lighting register definitions and documentation. | bunnei | |
2016-02-05 | gl_rasterizer: Use alignas(16) instead of explicit padding. | bunnei | |
2016-02-05 | renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types. | bunnei | |
2016-02-05 | gl_rasterizer: Fix issue with interpolation of opposite quaternions. | bunnei | |
2016-02-05 | pica_types: Fix typo in docstring. | bunnei | |