Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-28 | Merge pull request #1589 from LittleWhite-tb/compil-fix | bunnei | |
Compilation fix | |||
2016-03-28 | Compilation fix | LittleWhite | |
2016-03-27 | Merge pull request #1541 from LFsWang/path | bunnei | |
Fix Qt string encode problem on Windows | |||
2016-03-26 | Merge pull request #1573 from wwylele/input_fix | bunnei | |
Remove unnecessary const & replace pointer with reference | |||
2016-03-26 | use reference instead of pointer | wwylele | |
2016-03-26 | remove unnecessary const | wwylele | |
2016-03-25 | Merge pull request #1549 from wwylele/acc_gyro | bunnei | |
hid: implement accelerometer and gyroscope back-end | |||
2016-03-25 | implement GyroscopeCalibrateParam | wwylele | |
2016-03-24 | Merge pull request #1566 from MerryMage/audio-codec | bunnei | |
DSP: Implement audio codecs (PCM8, PCM16, ADPCM) | |||
2016-03-24 | DSP: Implement audio codecs (PCM8, PCM16, ADPCM) | MerryMage | |
2016-03-23 | Merge pull request #1461 from yuriks/imm-mode2 | Yuri Kunde Schlesner | |
Immediate-mode improvements | |||
2016-03-23 | Pica: Improve accuracy of immediate-mode support | Yuri Kunde Schlesner | |
This partially fixes Etrian Odyssey IV. | |||
2016-03-23 | OpenGL: Don't attempt to draw empty triangle batches | Yuri Kunde Schlesner | |
Our code did not handle this well, causing random crashes in some situations. | |||
2016-03-23 | Merge pull request #1517 from Lectem/fixSDLcmake | bunnei | |
fix SDL2 detection for Visual | |||
2016-03-22 | implement accel and gyro backend | wwylele | |
2016-03-22 | Merge pull request #1508 from JayFoxRox/vs-output-map | bunnei | |
Respect vs output map | |||
2016-03-22 | Merge pull request #1560 from lioncash/savedata | bunnei | |
archive_extsavedata: Fix member initialization order | |||
2016-03-22 | Merge pull request #1563 from lioncash/lolfiq | bunnei | |
armstate: Correct FIQ register banking | |||
2016-03-21 | armstate: Correct FIQ register banking | Lioncash | |
FIQ has seven banked registers (R8 to R14), not two. | |||
2016-03-21 | Merge pull request #1559 from lioncash/vec | bunnei | |
soc_u: Get rid of explicit delete and new | |||
2016-03-21 | Merge pull request #1562 from lioncash/constexpr | bunnei | |
core: Mark some helper functions as constexpr | |||
2016-03-21 | session: Make helper functions constexpr | Lioncash | |
2016-03-21 | loader: Make MakeMagic constexpr | Lioncash | |
2016-03-21 | archive_extsavedata: Fix member initialization order | Lioncash | |
shared appears in the initializer list before mount_point | |||
2016-03-21 | soc_u: Get rid of explicit delete and new | Lioncash | |
2016-03-20 | Merge pull request #1302 from Subv/save_fix | bunnei | |
HLE/FS: Fixed many corner cases in our file handling | |||
2016-03-20 | HLE/FS: Change the error code returned when an ExtSaveData archive is not found. | Subv | |
This allows Fire Emblem to boot again. | |||
2016-03-20 | HLE/FS: Corrected some style concerns. | Subv | |
2016-03-20 | Merge pull request #1550 from LittleWhite-tb/gdbstub_include_fix | bunnei | |
Fix missing header | |||
2016-03-20 | HLE/FS: Fixed creating the config savefile when it doesn't exist. | Subv | |
This fixes a regression. | |||
2016-03-20 | HLE/FS: Implemented GetFormatInfo | Subv | |
Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive. | |||
2016-03-20 | HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ↵ | Subv | |
exist. | |||
2016-03-20 | HLE/FS: Return the proper error codes when opening files. | Subv | |
2016-03-20 | HLE/FS: Fixed the OpenDirectory error code | Subv | |
2016-03-20 | HLE/FS: Return the proper error codes on file Read/Write operations. | Subv | |
These operations are limited by the open flags specified while opening the file. | |||
2016-03-20 | HLE/FS: Corrected the error codes for DeleteFile | Subv | |
2016-03-20 | HLE/FS: Corrected the error codes for CreateFile | Subv | |
2016-03-20 | HLE/FS: FS::CreateFile takes an u64 for the file size. | Subv | |
2016-03-20 | Fix missing header | LittleWhite | |
2016-03-20 | Merge pull request #1538 from lioncash/dot | bunnei | |
shader_interpreter: use std::inner_product for the dot product | |||
2016-03-19 | Merge pull request #1522 from MerryMage/dylibbundler | bunnei | |
OS X: Use dylibbundler to include dylibs required by citra in nightly build | |||
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-17 | Fix Qt chinese words encode problem on Windows | LFsWang | |
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 | shader_interpreter: use std::inner_product for the dot product | Lioncash | |
Same thing, less code. |