index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
2
-2
/
+2
*
Merge pull request #2024 from JamePeng/update-boss-code
bunnei
2016-10-07
2
-0
/
+2
|
\
|
*
Update the stub code of BOSS
JamePeng
2016-10-02
2
-0
/
+2
*
|
Common: Remove dangerous Vec[234] array constructors
Yuri Kunde Schlesner
2016-09-29
1
-3
/
+0
|
/
*
Remove special rules for Windows.h and library includes
Yuri Kunde Schlesner
2016-09-21
3
-1
/
+3
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
10
-11
/
+11
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
32
-54
/
+13
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
15
-61
/
+32
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
51
-3389
/
+4172
*
microprofile: Double buffer size to 16MB.
bunnei
2016-09-15
1
-1
/
+1
*
Common: readdir_r() is deprecated, switch to readdir().
Emmanuel Gil Peyrot
2016-09-13
1
-6
/
+2
*
Protection against a resize of size 0
Alexandre LittleWhite Laurent
2016-07-23
1
-4
/
+3
*
Remove superfluous std::move in return std::move(local_var)
scurest
2016-06-25
1
-1
/
+1
*
Fix recursive scanning of directories
Yuri Kunde Schlesner
2016-06-19
2
-17
/
+12
*
Merge pull request #1789 from wwylele/input-refactor
bunnei
2016-06-10
4
-23
/
+232
|
\
|
*
fixup! fixup! Refactor input system
wwylele
2016-05-15
2
-7
/
+7
|
*
fixup! Refactor input system
wwylele
2016-05-15
2
-20
/
+24
|
*
implement circle pad modifier
wwylele
2016-05-15
2
-4
/
+22
|
*
Refactor input subsystem
wwylele
2016-05-15
4
-23
/
+210
*
|
Merge pull request #1751 from linkmauve/no-recursive-readdir
bunnei
2016-05-30
2
-24
/
+36
|
\
\
|
*
|
Common: Make recursive FileUtil functions take a maximum recursion
Emmanuel Gil Peyrot
2016-05-21
2
-24
/
+36
|
|
/
*
/
common_funcs: Provide rotr and rotl for MSVC
MerryMage
2016-05-27
1
-12
/
+18
|
/
*
swap: Get rid of pointer casting for swapping structs
Lioncash
2016-05-08
1
-5
/
+5
*
swap: Get rid of undefined behavior in swapf and swapd
Lioncash
2016-05-08
1
-14
/
+18
*
swap: Remove unused methods
Lioncash
2016-05-08
1
-28
/
+0
*
Merge pull request #1736 from MerryMage/sdl2-sink
bunnei
2016-05-07
2
-1
/
+3
|
\
|
*
AudioCore: SDL2 Sink
MerryMage
2016-05-07
2
-1
/
+3
*
|
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
6
-5
/
+14
|
/
*
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-29
5
-259
/
+6
*
Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)
Henrik RydgÄrd
2016-04-28
1
-0
/
+4
*
assert: Allow UNREACHABLE_MSG to have just one argument
Sam Spilsbury
2016-04-24
1
-1
/
+1
*
Merge pull request #1576 from smspillaz/fix-build-errors-03272016
bunnei
2016-04-24
1
-0
/
+2
|
\
|
*
assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED
Sam Spilsbury
2016-04-23
1
-0
/
+2
*
|
Protect use of std::is_trivially_copyable to compile with GCC 4.9
LittleWhite
2016-04-23
1
-0
/
+4
|
/
*
Merge pull request #1672 from wwylele/win-driver-fix
bunnei
2016-04-19
1
-3
/
+12
|
\
|
*
fix driver root identification on Windows
wwylele
2016-04-15
1
-3
/
+12
*
|
Merge pull request #1666 from MerryMage/barrier
bunnei
2016-04-14
1
-24
/
+22
|
\
\
|
*
|
Thread: Make Barrier reusable
MerryMage
2016-04-14
1
-5
/
+5
|
*
|
common/thread: Correct code style
MerryMage
2016-04-14
1
-21
/
+19
|
|
/
*
|
Merge pull request #1665 from lioncash/file
bunnei
2016-04-14
2
-47
/
+22
|
\
\
|
*
|
file_util: In-class initialize data members
Lioncash
2016-04-13
2
-6
/
+4
|
*
|
file_util: const qualify IOFile's Tell and GetSize functions
Lioncash
2016-04-13
2
-8
/
+8
|
*
|
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-13
2
-30
/
+4
|
*
|
file_util: Check for is_trivially_copyable
Lioncash
2016-04-13
1
-3
/
+5
|
*
|
file_util: Make IOFile data members private
Lioncash
2016-04-13
1
-0
/
+1
|
|
/
*
|
emitter: Add CALL that can be fixed up.
bunnei
2016-04-13
2
-0
/
+13
*
|
emitter: Support arbitrary FixupBranch targets.
bunnei
2016-04-13
2
-0
/
+17
|
/
*
FileUtil: Missing #include, Add const to IOFile methods
MerryMage
2016-04-12
1
-6
/
+7
*
cecd:u: stub GetCecStateAbbreviated (#1648)
mailwl
2016-04-08
1
-1
/
+1
*
Merge pull request #1435 from mailwl/frd_u
bunnei
2016-04-05
2
-0
/
+2
|
\
[next]