bunnei
0c84f18dfc
Merge pull request #1178 from lioncash/fmt
ivfc_archive: Fix a printf specifier
10 years ago
Lioncash
42e88c9a16
ivfc_archive: Fix a printf specifier
10 years ago
bunnei
6b3301d195
Merge pull request #1174 from bunnei/vs2015
AppVeyor: Use Visual Studio 2015
10 years ago
bunnei
09b8b9d6c3
AppVeyor: Use Visual Studio 2015
10 years ago
bunnei
9d8aeef475
Merge pull request #1172 from martinlindhe/fix-warnings
Fix some xcode 7 (llvm) warnings
10 years ago
Martin Lindhe
b36b9d6923
fix some xcode 7.0 warnings
10 years ago
bunnei
0ee9c26dc5
Merge pull request #1171 from LittleWhite-tb/qt-no-refresh-nologo
Fix refresh issue (only)
10 years ago
LittleWhite
c5dedacaff
Fix for the refresh issue when no rendering is done
10 years ago
bunnei
4a07e855cd
Merge pull request #1160 from lioncash/clang
Silence some clang warnings
10 years ago
bunnei
8a434a954e
Merge pull request #1106 from Kloen/fix-connect
citra-qt: Fix connect error on startup (#449 )
10 years ago
bunnei
df2c2bf012
Merge pull request #1167 from Cruel/master
Implement 3dsx RomFS
10 years ago
Cruel
aad98addf2
Implement 3dsx RomFS
10 years ago
Kloen
98aa9421db
citra-qt: Fix connect error on startup
10 years ago
Lioncash
2c2f1250d2
hash: Get rid of unused functions
10 years ago
Lioncash
08147474cb
general: Silence some warnings when using clang
10 years ago
Yuri Kunde Schlesner
848693bb0b
Merge pull request #1097 from yuriks/cfg-blocks
Service/CFG: Add additional blocks to default save data
10 years ago
Yuri Kunde Schlesner
318429ff53
Service/CFG: Add default entry for block 0x000A0001 (birthday)
10 years ago
Yuri Kunde Schlesner
6b451adbf2
Service/CFG: Correct flags in 2 default blocks
Verified against a 9.2.0-20 config save
10 years ago
Yuri Kunde Schlesner
f3e006d3a6
CMake: Silence more MSVC "deprecation" warnings
10 years ago
Yuri Kunde Schlesner
737572c283
Service/CFG: Add additional blocks to default save data
These blocks are required by various games to boot.
10 years ago
Yuri Kunde Schlesner
6a8deb9b91
Fix narrowing conversion warning
10 years ago
Yuri Kunde Schlesner
9a28ef260b
Service/CFG: Move several private types from the header to the cpp
10 years ago
Yuri Kunde Schlesner
8fa38e6011
Service/CFG: Clean up default block creation
10 years ago
Yuri Kunde Schlesner
d309230ccc
Merge pull request #1123 from yuriks/gsp-flush
GSP: Implement command 0x05, used for flushing caches
10 years ago
bunnei
2131d2309a
Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow
Stop emulation when render window is closed
10 years ago
Yuri Kunde Schlesner
222d77c31a
GSP: Implement command 0x05, used for flushing caches
May fix additional texture caching issues. (Though mostly in homebrew, I
haven't seen any commercial software use this to flush anything but
command lists.)
10 years ago
bunnei
25d9bff17c
Merge pull request #1152 from lioncash/nullptr
Replace 0 literals with nullptr where applicable
10 years ago
Lioncash
f28802e883
memory_util: Remove unnecessary assignment in FreeMemoryPages
10 years ago
Lioncash
36c2bedcd8
memory_util: Remove commented out printf statements
10 years ago
Lioncash
1ab765ff61
general: Replace 0 literals with nullptr where applicable
10 years ago
Yuri Kunde Schlesner
3d7a55923b
Merge pull request #1151 from lioncash/return
synchronized_wrapper: Add missing return in SynchronizedRef move assignment operator
10 years ago
Lioncash
82efda5aaf
synchronized_wrapper: Add missing return in SynchronizedRef move assignment operator
10 years ago
Yuri Kunde Schlesner
79e63380bd
Merge pull request #1147 from lioncash/nullptr
General: Replace NULL and '0' usages with nullptr where applicable
10 years ago
Yuri Kunde Schlesner
a60cb41964
Merge pull request #1149 from lioncash/override
graphics_breakpoints_p: Add missing override specifier
10 years ago
Yuri Kunde Schlesner
c483ea3ea9
Merge pull request #1142 from lioncash/hdrqt
citra_qt: Reorganize headers
10 years ago
Yuri Kunde Schlesner
39109851c5
Merge pull request #1143 from lioncash/vcore-hdr
video_core: Reorganize headers
10 years ago
Lioncash
c9aecc0404
graphics_breakpoints_p: Add missing override specifier
10 years ago
Lioncash
5c77b656b8
General: Replace NULL and '0' usages with nullptr where applicable
10 years ago
bunnei
a923570acf
Merge pull request #1144 from lioncash/remove
common: Get rid of debug_interface.h
10 years ago
bunnei
7ea2790e49
Merge pull request #1145 from lioncash/cast
common: Get rid of a cast in swap.h
10 years ago
Lioncash
ad57b24255
common: Get rid of a cast in swap.h
10 years ago
Lioncash
75b3e911ec
common: Get rid of debug_interface.h
This is technically unused. Also removes TMemChecks because it relies on this.
Whenever memory breakpoints are implemented for real, it should be designed to
match the codebase debugging mechanisms.
10 years ago
Lioncash
2cd98a45cb
video_core: Reorganize headers
10 years ago
Yuri Kunde Schlesner
b9125cec2e
Merge pull request #1141 from lioncash/hdr
video_core: Remove unnecessary includes from headers
10 years ago
Lioncash
0638df7136
citra_qt: Reorganize headers
10 years ago
Lioncash
c95206abdd
video_core: Remove unnecessary includes from headers
10 years ago
Yuri Kunde Schlesner
13310a9b26
Merge pull request #1130 from lioncash/block
memory: Get rid of pointer casts
10 years ago
bunnei
648e901ad5
Merge pull request #1128 from yuriks/cmake-options
CMake: Make all cache options appear even in case of errors
10 years ago
bunnei
4d6cd8e7b4
Merge pull request #1133 from lioncash/emplace-back
gl_rasterizer: Replace push_back calls with emplace_back in AddTriangle
10 years ago
bunnei
dc51bb8df1
Merge pull request #1136 from lioncash/proto
renderer_opengl: Remove unimplemented function declaration
10 years ago