Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-25 | implement GyroscopeCalibrateParam | wwylele | |
2016-03-22 | implement accel and gyro backend | wwylele | |
2016-03-18 | Merge pull request #1543 from lioncash/zero | bunnei | |
vector_math: Add missing member in Vec4's SetZero function | |||
2016-03-18 | vector_math: Add missing member in Vec4's SetZero function | Lioncash | |
2016-03-18 | Merge pull request #1505 from pippo2931/fef | bunnei | |
GetArchiveResource stub | |||
2016-03-17 | Merge pull request #1535 from JayFoxRox/fix-align | bunnei | |
PICA: Alignment happens locally in vertex | |||
2016-03-17 | Merge pull request #1539 from lioncash/const | bunnei | |
video_core: Don't cast away const | |||
2016-03-16 | Merge pull request #1466 from LittleWhite-tb/gamelist-update-recent | Yuri Kunde Schlesner | |
Register ROM started through the gamelist in the list of ROM recently started | |||
2016-03-17 | video_core: Don't cast away const | Lioncash | |
2016-03-17 | core/video_core: Make NumIds functions constexpr | Lioncash | |
2016-03-17 | core/video_core: Don't cast away const in subscript operators | Lioncash | |
Not to say these subscript operators aren't totally ugly as is. | |||
2016-03-17 | PICA: Alignment happens locally in vertex | Jannik Vogel | |
2016-03-16 | Register ROM started through the gamelist in the list of ROM recently started | LittleWhite | |
2016-03-16 | Merge pull request #1519 from JayFoxRox/vp-offset-fix | bunnei | |
PICA: Fix viewport offset | |||
2016-03-16 | Merge pull request #1503 from bunnei/clear-jit-cache | bunnei | |
Clear JIT cache | |||
2016-03-16 | Merge pull request #1479 from JayFoxRox/mad-encoding | bunnei | |
Fix MAD/MADI encoding | |||
2016-03-15 | Merge pull request #1526 from bunnei/sdl-rgb8 | bunnei | |
SDL2: Explicitly use RGB8 color buffer. | |||
2016-03-15 | PICA: Fix MAD/MADI encoding | Jannik Vogel | |
2016-03-15 | citra: Shutdown cleanly if ROM load fails | MerryMage | |
2016-03-14 | SDL2: Explicitly use RGB8 color buffer. | bunnei | |
2016-03-14 | PICA: Fix viewport offset | Jannik Vogel | |
2016-03-15 | Reorganize the ndm service path for dummy implement function | JamePeng | |
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now! | |||
2016-03-13 | Merge pull request #1509 from lioncash/noncopy | bunnei | |
common: Minor changes to NonCopyable | |||
2016-03-13 | hid: fix pad update | wwylele | |
2016-03-13 | PICA: Align vertex attributes | Jannik Vogel | |
2016-03-12 | common_types: Make NonCopyable constructor constexpr | Lioncash | |
2016-03-12 | common_types: Specify const in deleted copy constructor/assignment operator | Lioncash | |
2016-03-12 | svc: Move ResetType enum to the kernel event header | Lioncash | |
2016-03-12 | svc: Remove unused ArbitrationType enum | Lioncash | |
An equivalent enum already exists within address_arbiter.h | |||
2016-03-12 | svc: Make ResetType an enum class | Lioncash | |
2016-03-12 | Fix header | pippo2931 | |
2016-03-12 | GetArchiveResource stub | pippo2931 | |
2016-03-12 | shader_jit_x64: Clear cache after code space fills up. | bunnei | |
2016-03-12 | shader_jit_x64: Make assert outputs more useful & cleanup formatting. | bunnei | |
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 | 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 | 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 | |