index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle changes pointed out in comments on PR
polaris-
2015-10-22
1
-2
/
+1
*
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2015-10-11
1
-1
/
+1
*
Toggle use_gdbstub in citra GLFW
polaris-
2015-10-04
1
-0
/
+1
|
\
|
*
Implement gdbstub
polaris-
2015-09-19
3
-0
/
+12
*
|
Implement gdbstub
polaris-
2015-10-04
3
-0
/
+12
|
/
*
CMake: Add option to download Qt and GLFW binaries over HTTP
Yuri Kunde Schlesner
2015-09-08
1
-0
/
+3
*
Increase required OpenGL version to 3.3
Yuri Kunde Schlesner
2015-08-30
1
-1
/
+1
*
Replace the previous OpenGL loader with a glad-generated 3.3 one
Yuri Kunde Schlesner
2015-08-30
2
-3
/
+3
*
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
1
-0
/
+7
*
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-08-15
3
-0
/
+6
*
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
2015-08-15
1
-1
/
+1
*
Merge pull request #873 from jroweboy/input_array
Tony Wasserka
2015-07-28
2
-49
/
+16
|
\
|
*
Move input values into an array
James Rowe
2015-07-27
2
-49
/
+16
*
|
Citra: Remove dead gpu_refresh_rate option from the default ini file.
Emmanuel Gil Peyrot
2015-07-26
1
-4
/
+0
|
/
*
Implement new argument parsing using getopt and add the corresponding library...
Greg Wicks
2015-07-12
2
-3
/
+42
*
Merge pull request #910 from linkmauve/install
Tony Wasserka
2015-07-12
1
-1
/
+3
|
\
|
*
Citra, CitraQt: Tell cmake to install the compiled binaries.
Emmanuel Gil Peyrot
2015-07-09
1
-1
/
+3
*
|
Citra: Fix the includes a bit, thanks to include-what-you-use.
Emmanuel Gil Peyrot
2015-06-28
5
-8
/
+19
|
/
*
Merge pull request #832 from yuriks/refresh-rate-option
bunnei
2015-05-31
1
-1
/
+0
|
\
|
*
Remove gpu_refresh_rate configuration option
Yuri Kunde Schlesner
2015-05-29
1
-1
/
+0
*
|
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-0
/
+0
|
/
*
Assets: Move citra.ico from src/assets to dist.
Emmanuel Gil Peyrot
2015-05-25
1
-9
/
+9
*
OpenGL renderer
tfarley
2015-05-22
1
-0
/
+4
*
INI hw/sw renderer toggle
tfarley
2015-05-22
2
-0
/
+6
*
Common: Remove async logging
Yuri Kunde Schlesner
2015-05-12
1
-6
/
+0
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
3
-2
/
+5
*
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
2015-05-06
1
-1
/
+1
*
EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
Zaneo
2015-05-01
1
-1
/
+1
*
Allow the user to set the background clear color during emulation
archshift
2015-04-03
2
-0
/
+12
*
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-10
1
-11
/
+6
*
EmuWindow: Made pad/touch functions non-static.
bunnei
2015-03-10
1
-13
/
+14
*
GLFW: Implemented EmuWindow touchpad support.
bunnei
2015-03-10
2
-0
/
+26
*
Merge pull request #634 from linkmauve/logging-performances
bunnei
2015-03-09
1
-1
/
+2
|
\
|
*
Logging: check for filter before sending to the queue, to skip all heavy form...
Emmanuel Gil Peyrot
2015-03-06
1
-1
/
+2
*
|
default_ini.h: Put comments on their own lines
archshift
2015-03-07
1
-4
/
+15
*
|
Set framebuffer layout from EmuWindow.
bunnei
2015-03-07
1
-9
/
+2
|
/
*
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Emmanuel Gil Peyrot
2015-02-22
3
-1
/
+23
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
1
-5
/
+5
*
Merge pull request #526 from purpasmart96/citra_stubs
bunnei
2015-02-10
2
-0
/
+6
|
\
|
*
Services: Stub some functions
purpasmart96
2015-02-07
2
-0
/
+6
*
|
arm: Adios armemu
Lioncash
2015-01-31
2
-2
/
+0
|
/
*
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-21
1
-17
/
+17
*
Fix building on MinGW
darkf
2015-01-11
1
-0
/
+0
*
Use -pthread where and only where needed
Johannes Ekberg
2015-01-09
1
-4
/
+0
*
Generic PLATFORM_LIBRARIES var
Johannes Ekberg
2015-01-09
1
-11
/
+1
*
Frontends: Shutdown core when emulation is stopped
Yuri Kunde Schlesner
2015-01-04
1
-0
/
+2
*
Core: Change default CPU to dyncom.
bunnei
2015-01-02
1
-1
/
+1
*
SOC_U: Preliminary implementation of sockets.
Subv
2014-12-31
1
-2
/
+2
*
Add citra icon to Windows executable and title bar
Chin
2014-12-31
2
-0
/
+1
*
Fix MSVC-related #defines and add CMakeLists comment
darkf
2014-12-29
1
-1
/
+1
[next]