summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-03-20HLE/FS: Fixed the OpenDirectory error codeSubv
2016-03-20HLE/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-20HLE/FS: Corrected the error codes for DeleteFileSubv
2016-03-20HLE/FS: Corrected the error codes for CreateFileSubv
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv
2016-03-20Merge pull request #1538 from lioncash/dotbunnei
shader_interpreter: use std::inner_product for the dot product
2016-03-18Merge pull request #1543 from lioncash/zerobunnei
vector_math: Add missing member in Vec4's SetZero function
2016-03-18vector_math: Add missing member in Vec4's SetZero functionLioncash
2016-03-18Merge pull request #1505 from pippo2931/fefbunnei
GetArchiveResource stub
2016-03-17Merge pull request #1535 from JayFoxRox/fix-alignbunnei
PICA: Alignment happens locally in vertex
2016-03-17Merge pull request #1539 from lioncash/constbunnei
video_core: Don't cast away const
2016-03-16Merge pull request #1466 from LittleWhite-tb/gamelist-update-recentYuri Kunde Schlesner
Register ROM started through the gamelist in the list of ROM recently started
2016-03-17video_core: Don't cast away constLioncash
2016-03-17shader_interpreter: use std::inner_product for the dot productLioncash
Same thing, less code.
2016-03-17core/video_core: Make NumIds functions constexprLioncash
2016-03-17core/video_core: Don't cast away const in subscript operatorsLioncash
Not to say these subscript operators aren't totally ugly as is.
2016-03-17PICA: Alignment happens locally in vertexJannik Vogel
2016-03-16Register ROM started through the gamelist in the list of ROM recently startedLittleWhite
2016-03-16Merge pull request #1519 from JayFoxRox/vp-offset-fixbunnei
PICA: Fix viewport offset
2016-03-16Merge pull request #1503 from bunnei/clear-jit-cachebunnei
Clear JIT cache
2016-03-16Merge pull request #1479 from JayFoxRox/mad-encodingbunnei
Fix MAD/MADI encoding
2016-03-15Merge pull request #1526 from bunnei/sdl-rgb8bunnei
SDL2: Explicitly use RGB8 color buffer.
2016-03-15PICA: Fix MAD/MADI encodingJannik Vogel
2016-03-15citra: Shutdown cleanly if ROM load failsMerryMage
2016-03-14SDL2: Explicitly use RGB8 color buffer.bunnei
2016-03-14PICA: Fix viewport offsetJannik Vogel
2016-03-15Reorganize the ndm service path for dummy implement functionJamePeng
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now!
2016-03-13Merge pull request #1509 from lioncash/noncopybunnei
common: Minor changes to NonCopyable
2016-03-13hid: fix pad updatewwylele
2016-03-13PICA: Align vertex attributesJannik Vogel
2016-03-12common_types: Make NonCopyable constructor constexprLioncash
2016-03-12common_types: Specify const in deleted copy constructor/assignment operatorLioncash
2016-03-12svc: Move ResetType enum to the kernel event headerLioncash
2016-03-12svc: Remove unused ArbitrationType enumLioncash
An equivalent enum already exists within address_arbiter.h
2016-03-12svc: Make ResetType an enum classLioncash
2016-03-12Fix headerpippo2931
2016-03-12GetArchiveResource stubpippo2931
2016-03-12shader_jit_x64: Clear cache after code space fills up.bunnei
2016-03-12shader_jit_x64: Make assert outputs more useful & cleanup formatting.bunnei
2016-03-12shader: Update log message to use proper log class.bunnei
2016-03-12Merge pull request #1266 from Subv/miiappletbunnei
HLE/Applets: Implemented a dummy Mii Selector applet.
2016-03-12HLE/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-12Merge pull request #1500 from lioncash/nullptrbunnei
gsp_gpu: Change 0 literal to nullptr
2016-03-11gsp_gpu: Change 0 literal to nullptrLioncash
2016-03-11hle: Update service function tablesLioncash
2016-03-10Merge pull request #1476 from lioncash/emitbunnei
emitter: constexpr/misc changes
2016-03-09Merge pull request #1475 from lioncash/alignYuri Kunde Schlesner
Common: Get rid of alignment macros
2016-03-09Merge pull request #1478 from JayFoxRox/masterYuri Kunde Schlesner
Fix attribute mapping in vs debugger
2016-03-09Fix missing returnLittleWhite
2016-03-09Merge pull request #1474 from lioncash/rendererbunnei
renderer_base: Minor changes