index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-04-28
Externals: Add soundtouch
MerryMage
2016-04-25
Merge pull request #1710 from hrydgard/optimize-event-breakpoints
bunnei
2016-04-25
shader: Shader size is long uint, not uint.
Sam Spilsbury
2016-04-25
shader: Handle non-CALL opcodes with a break
Sam Spilsbury
2016-04-24
shader: Format string must be provided inline and not as a variable
Sam Spilsbury
2016-04-24
am: title_id is long long uint
Sam Spilsbury
2016-04-24
assert: Allow UNREACHABLE_MSG to have just one argument
Sam Spilsbury
2016-04-24
CMakeLists: Use imported version of Threads::Threads
Sam Spilsbury
2016-04-24
Replace std::map with std::array for graphics event breakpoints, and allow th...
Henrik Rydgard
2016-04-24
Merge pull request #1576 from smspillaz/fix-build-errors-03272016
bunnei
2016-04-23
Protect use of std::is_trivially_copyable to compile with GCC 4.9
LittleWhite
2016-04-23
assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED
Sam Spilsbury
2016-04-23
pica: Handle default lighting case
Sam Spilsbury
2016-04-23
ncch: Use correct format specifier (for long long uint)
Sam Spilsbury
2016-04-23
fs: Fix what appears to be a typo (filename_size / file_size)
Sam Spilsbury
2016-04-23
gdbstub: Don't check if unsigned int is > 0
Sam Spilsbury
2016-04-23
debugger: Warn if we reach an unreachable format
Sam Spilsbury
2016-04-23
CMakeLists: Use CMAKE_THREAD_LIBS_INIT
Sam Spilsbury
2016-04-22
HWRasterizer: reorder declarations to match defs
tfarley
2016-04-22
HWRasterizer: sync specular uniform for new shaders
tfarley
2016-04-22
Merge pull request #1436 from tfarley/hw-tex-forwarding
bunnei
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-04-21
Config: Add scaled resolution option
tfarley
2016-04-21
Merge pull request #1655 from JayFoxRox/hw-dot3
bunnei
2016-04-20
SDL2 Frontend: Use argv[0], add a --version, and reorder options.
Emmanuel Gil Peyrot
2016-04-19
Merge pull request #1672 from wwylele/win-driver-fix
bunnei
2016-04-18
Merge pull request #1612 from ObsidianX/get-set-sockopt
bunnei
2016-04-17
Merge pull request #1625 from JayFoxRox/sw-blend-func
bunnei
2016-04-17
Rasterizer: Allow all blend factors for alpha blend-func
Jannik Vogel
2016-04-16
core: Clean out some unnecessary header includes
Lioncash
2016-04-15
Merge pull request #1667 from wwylele/ncch-loader-fix
bunnei
2016-04-15
Merge pull request #1673 from MerryMage/config-minimumSize
bunnei
2016-04-15
fix driver root identification on Windows
wwylele
2016-04-15
Merge pull request #1671 from lioncash/mem
Mathew Maidment
2016-04-15
Configure Dialog: Remove minimumSize property
MerryMage
2016-04-14
Y2R: num_tiles should be allowed when its value is 128 (#1669)
JamePeng
2016-04-14
debug_utils: use std::make_unique for initializing PicaTrace
Lioncash
2016-04-14
Merge pull request #1666 from MerryMage/barrier
bunnei
2016-04-14
Merge pull request #1665 from lioncash/file
bunnei
2016-04-14
ncch:only decompress .code section
wwylele
2016-04-14
Thread: Make Barrier reusable
MerryMage
2016-04-14
common/thread: Correct code style
MerryMage
2016-04-13
shader_jit_x64: Rename RuntimeAssert to Compile_Assert.
bunnei
2016-04-13
shader_jit_x64.cpp: Rename JitCompiler to JitShader.
bunnei
2016-04-13
shader_jit_x64: Free memory that's no longer needed after compilation.
bunnei
2016-04-13
shader_jit_x64: Use a sorted vector instead of a set for keeping track of ret...
bunnei
2016-04-13
shader_jit_x64: Use CALL/RET instead of JMP for subroutines.
bunnei
2016-04-13
emitter: Add CALL that can be fixed up.
bunnei
2016-04-13
shader_jit_x64: Separate initialization and code generation for readability.
bunnei
2016-04-13
shader_jit_x64: Get rid of unnecessary last_program_counter variable.
bunnei
[next]