summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-04-13shader_jit_x64: Use CALL/RET instead of JMP for subroutines.bunnei
2016-04-13emitter: Add CALL that can be fixed up.bunnei
2016-04-13shader_jit_x64: Separate initialization and code generation for readability.bunnei
2016-04-13shader_jit_x64: Get rid of unnecessary last_program_counter variable.bunnei
2016-04-13shader_jit_x64: Execute certain asserts at runtime.bunnei
- This is because we compile the full shader code space, and therefore its common to compile malformed instructions.
2016-04-13shader: Remove unused 'state' argument from 'Setup' function.bunnei
2016-04-13shader_jit_x64: Specify shader main offset at runtime.bunnei
2016-04-13shader_jit_x64: Allocate each program independently and persist for emu session.bunnei
2016-04-13shader_jit_x64: Rewrite flow control to support arbitrary CALL and JMP ↵bunnei
instructions.
2016-04-13shader_jit_x64: Fix strict memory aliasing issues.bunnei
2016-04-13emitter: Support arbitrary FixupBranch targets.bunnei
2016-04-12FileUtil: Missing #include, Add const to IOFile methodsMerryMage
2016-04-11Merge pull request #1613 from mailwl/anpbunnei
Set Kernel config "Hardware Inited" to 1 (true)
2016-04-11Use Settings::Apply in SDL frontendJannik Vogel
2016-04-11CitraQt: Apply config at startupJannik Vogel
2016-04-11Set Kernel config "Unknown Value" to 0x1mailwl
2016-04-10Merge pull request #1657 from JayFoxRox/remove-dump-geometryYuri Kunde Schlesner
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
2016-04-10Merge pull request #1368 from LittleWhite-tb/configure-widgetbunnei
Implementation for a configure widget
2016-04-10Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)Jannik Vogel
2016-04-09Merge pull request #1653 from mailwl/blx-lrMathew Maidment
Fix BLX LR opcode interpretation
2016-04-09Fix BLX LR opcode interpretationmailwl
2016-04-09Merge pull request #1624 from JayFoxRox/buffer-allow-writebunnei
Implement buffer-write allow registers
2016-04-08OpenGL: Respect buffer-write allow registersJannik Vogel
2016-04-08OpenGL: Split buffer-write mask sync into seperate functionsJannik Vogel
2016-04-08Rasterizer: Respect buffer-write allow registersJannik Vogel
2016-04-08OpenGL: Keep stencil-test and framebuffer.depth_format in syncJannik Vogel
2016-04-08Merge pull request #1644 from polaris-/gdb-fixesbunnei
Adopted WinterMute's gdbstub changes
2016-04-08update the code of AM service! (#1623)JamePeng
2016-04-08cecd:u: stub GetCecStateAbbreviated (#1648)mailwl
2016-04-08Update cpsr (T)humb bit while creating threadmailwl
2016-04-07Merge pull request #1639 from linkmauve/fix-double-framebuffer-checkbunnei
OpenGL: Fix a double framebuffer completeness checks.
2016-04-06Default to settings from ini for gdbstubpolaris-
2016-04-06Merge pull request #1577 from JamePeng/update-apta-funcbunnei
Append the missing function name"GetAppletInfo", "SetAppCpuTimeLimit" and "GetAppCpuTimeLimit" to APT:A
2016-04-06Fix thumb ADR instruction alignmentmailwl
2016-04-06Adopted WinterMute's gdbstub changespolaris-
This fixes the comments left on the PR (whitespace, SO_REUSEADDR, comment changes).
2016-04-06append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:AJamePeng
2016-04-05Merge pull request #1435 from mailwl/frd_ubunnei
frd:u: Initial stub some functions
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
Common: Remove Common::make_unique, use std::make_unique
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-04-04Merge pull request #1620 from LFsWang/pathbunnei
Fix filename&path encode problem on Windows
2016-04-05implement APT::GetStartupArgumentJamePeng
2016-04-05Append the missing function name"GetAppletInfo" to APT:AJamePeng
2016-04-03OpenGL: Fix a double framebuffer completeness checks.Emmanuel Gil Peyrot
2016-04-03OpenGL: Check for framebuffer completenessJannik Vogel
2016-04-03Merge pull request #1616 from exhalatio/dlp_dummybunnei
Dummy implementation dlp:SRVR Service.
2016-04-03Dummy implementation dlp:SRVR Service.exhalatio
2016-04-02Merge pull request #1619 from mailwl/cecdbunnei
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
2016-04-01Merge pull request #1390 from purpasmart96/citra_gsp_error_codesbunnei
GSP: Return proper error codes for register writes
2016-04-01Avoid warnings by casting to size_t for ARRAY_SIZE() comparisonsJannik Vogel
2016-03-31Merge pull request #1618 from MerryMage/one-stepMathew Maidment
Prevent cache overflow when single stepping