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
*
Merge pull request #6499 from FernandoS27/we-were-on-a-break
bunnei
2021-06-21
2
-0
/
+2
|
\
|
*
Update dynarmic and add new unsafe CPU option.
Fernando Sahmkow
2021-06-20
2
-0
/
+2
*
|
Merge pull request #6475 from ameerj/unlimit-fps
bunnei
2021-06-21
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
nvflinger: Add toggle to disable buffer swap interval limits
ameerj
2021-06-17
1
-0
/
+1
*
|
host_memory: Correct MEM_RESERVE_PLACEHOLDER
lat9nq
2021-06-19
1
-1
/
+1
|
/
*
Merge pull request #6464 from ameerj/disable-astc
bunnei
2021-06-16
2
-0
/
+3
|
\
|
*
configure_graphics: Add Accelerate ASTC decoding setting
ameerj
2021-06-15
2
-0
/
+3
*
|
Merge pull request #6460 from Morph1984/fs-access-log-fix
Morph
2021-06-16
3
-6
/
+2
|
\
\
|
*
|
common: fs: file: Remove redundant call to WriteStringToFile
Morph
2021-06-16
2
-6
/
+1
|
*
|
fsp_srv: Fix filesystem access logging
Morph
2021-06-16
1
-0
/
+1
|
|
/
*
|
Merge pull request #6462 from Morph1984/proper-flush
bunnei
2021-06-15
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
common: fs: file: Flush the file to the disk when Flush() is called
Morph
2021-06-13
1
-1
/
+5
*
|
Merge pull request #6448 from Morph1984/recursive-dir-iterator
Fernando Sahmkow
2021-06-14
1
-2
/
+16
|
\
\
|
*
|
common: fs: Use the normal directory iterator in *Recursively functions
Morph
2021-06-12
1
-2
/
+16
|
|
/
*
|
common: logging: Restructure backend code
Morph
2021-06-13
8
-278
/
+288
*
|
common: logging: backend: Wrap IOFile in a unique_ptr
Morph
2021-06-13
2
-6
/
+27
|
/
*
common/host_memory: Implement a fallback if fastmem fails.
Markus Wick
2021-06-11
2
-14
/
+49
*
common/host_shader: Load Windows 10 functions dynamically
ReinUsesLisp
2021-06-11
1
-29
/
+88
*
host_memory: Support staged VirtualProtect calls
ReinUsesLisp
2021-06-11
1
-3
/
+12
*
General: Add settings for fastmem and disabling adress space check.
FernandoS27
2021-06-11
2
-0
/
+12
*
common/host_memory: Optimize for huge tables.
Markus Wick
2021-06-11
2
-11
/
+24
*
core: Make use of fastmem
Markus Wick
2021-06-11
1
-0
/
+2
*
common/host_memory: Add Linux implementation
Markus Wick
2021-06-11
1
-10
/
+120
*
common/host_memory: Add interface and Windows implementation
ReinUsesLisp
2021-06-11
3
-0
/
+384
*
src/common/CMakeLists.txt: fix variable escaping
liushuyu
2021-06-09
1
-8
/
+9
*
common/fs/path_util: Remove [[nodiscard]] from function with void return
Lioncash
2021-06-08
1
-1
/
+1
*
Merge pull request #6395 from lioncash/result-move
Morph
2021-06-02
1
-25
/
+0
|
\
|
*
common_funcs: Move R_ macros to result.h
Lioncash
2021-05-31
1
-25
/
+0
*
|
common: fs: fs_util: Move PathToUTF8String to fs_util
Morph
2021-06-02
4
-15
/
+14
*
|
common: fs: fs_util: Add more string conversion functions
Morph
2021-06-02
2
-0
/
+33
|
/
*
Merge pull request #6385 from degasus/save_memory_access
bunnei
2021-05-30
2
-0
/
+7
|
\
|
*
core/memory: Check our memory fallbacks for out-of-bound behavior.
Markus Wick
2021-05-29
2
-0
/
+7
*
|
common: Extract point into a common struct
Lioncash
2021-05-28
2
-0
/
+58
|
/
*
common/fs/file: Explicitly delete copy constructors
Lioncash
2021-05-28
1
-1
/
+4
*
common/fs/file: Devirtualize destructor
Lioncash
2021-05-28
1
-1
/
+1
*
common/fs/file: Default initialize IOFile members
Lioncash
2021-05-28
1
-2
/
+2
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
20
-1432
/
+2963
*
Merge pull request #6357 from lioncash/compression
bunnei
2021-05-24
4
-7
/
+8
|
\
|
*
zstd_compression: Make use of std::span
Lioncash
2021-05-24
2
-3
/
+4
|
*
lz4_compression: Make use of std::span
Lioncash
2021-05-24
2
-4
/
+4
*
|
common: tree: Avoid a crash on nullptr dereference.
bunnei
2021-05-20
1
-0
/
+11
|
/
*
Merge pull request #6321 from lat9nq/per-game-cpu
bunnei
2021-05-20
2
-7
/
+12
|
\
|
*
general: Demote custom_rtc to regular setting
lat9nq
2021-05-17
2
-2
/
+1
|
*
configuration: Add CPU tab to game properties
lat9nq
2021-05-16
1
-0
/
+6
|
*
general: Make CPU accuracy and related a Settings::Setting
lat9nq
2021-05-15
2
-5
/
+5
*
|
Merge pull request #6297 from lioncash/common-conv
bunnei
2021-05-19
1
-1
/
+2
|
\
\
|
*
|
parent_of_member: Make sign conversion explicit in OffsetOfImpl()
Lioncash
2021-05-10
1
-1
/
+2
|
|
/
*
/
common: tree: Avoid a nullptr dereference.
bunnei
2021-05-11
1
-1
/
+1
|
/
*
fixup! common: bit_util: Add BIT macro.
bunnei
2021-05-05
1
-2
/
+0
*
common: parent_of_member: Fix build for OffsetOf().
bunnei
2021-05-05
1
-4
/
+4
[next]