shinyquagsire23
07adb771c2
configure_input: update w/ Switch buttons
2018-01-15 02:30:53 -07:00
shinyquagsire23
8f992bcf87
settings: Screenshot button
2018-01-15 02:30:53 -07:00
shinyquagsire23
bfe18f9c77
yuzu_cmd: fix default ini
2018-01-15 02:30:53 -07:00
shinyquagsire23
032b6025de
settings: adjust button configs for Switch controllers
2018-01-15 02:30:53 -07:00
shinyquagsire23
c9532d1499
hid: Add sharedmem structs
2018-01-15 02:30:53 -07:00
Harry Prevor
53a1b8335f
fixed build for gcc c++17 / boost.icl incompatibility
2018-01-15 02:30:53 -07:00
bunnei
9be3e582c0
Merge pull request #14 from ogniK5377/master
...
Changed ICommonStateGetter::ReceiveMessage to allow further execution in games
2018-01-15 00:21:16 -05:00
bunnei
6528df7969
renderer_gl: Clear screen to black before rendering framebuffer.
2018-01-15 00:20:19 -05:00
David Marcec
48f1801812
Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue execution
2018-01-14 21:06:34 -08:00
bunnei
8a0b0c1bb9
renderer: Render previous frame when no new one is available.
2018-01-14 23:54:56 -05:00
bunnei
91a6fe3de2
Update README.md with Travis link.
2018-01-14 21:53:58 -05:00
bunnei
18354fc058
lm: Fix IPC header for Initialize.
2018-01-14 21:45:06 -05:00
bunnei
45b0f79644
time: Implement GetStandardUserSystemClock, GetCurrentTime.
2018-01-14 21:45:06 -05:00
bunnei
5194c5a084
audio: Add files to CMake.
2018-01-14 21:45:06 -05:00
bunnei
6fe97ad9e0
hid: Remove unused registered_loggers.
2018-01-14 21:45:06 -05:00
bunnei
4b6a97b61e
audio: Stub out AudOutU::ListAudioOuts.
2018-01-14 21:45:06 -05:00
bunnei
08695bcdfa
hid: Implement IAppletResource::GetSharedMemoryHandle.
2018-01-14 21:45:06 -05:00
bunnei
de8b1226c1
Merge pull request #10 from Andrix44/mpwarnings
...
Fix some warnings in the microprofile
2018-01-14 18:43:44 -05:00
Andrix44
dc59be9771
Fix some warnings in the microprofile
2018-01-15 00:08:03 +01:00
bunnei
340d374a6e
qt: Update about dialog to show license for GPLv2 only.
...
Fixes #6 .
2018-01-14 17:27:40 -05:00
bunnei
b5d35745eb
shared_memory: Minor fixes and cleanup.
2018-01-14 17:20:55 -05:00
bunnei
11592f2def
svc: Implement svcMapSharedMemory.
2018-01-14 17:20:55 -05:00
bunnei
8921c950cd
kernel: Increase default stack size to 64K.
2018-01-14 17:20:55 -05:00
bunnei
5f55cb7acc
Merge pull request #7 from JayFoxRox/remove-surface-viewer
...
Remove Surface Viewer stub
2018-01-14 14:33:06 -05:00
Jannik Vogel
16bf116930
Remove Surface Viewer stub
2018-01-14 20:12:03 +01:00
bunnei
02a8598b68
Merge pull request #4 from spycrab/aboutdialog
...
Implement "About" dialog
2018-01-14 13:21:12 -05:00
bunnei
a96310809c
Merge pull request #1 from roblabla/patch-1
...
Fix compilation on case-sensitive OSX
2018-01-14 13:20:03 -05:00
bunnei
a1a69bef50
Merge pull request #5 from Thog/fix/loader-file-type
...
Add missing FileType declarations in GuessFromExtension and GetFileTypeString
2018-01-14 13:19:30 -05:00
spycrab
290b17ae15
Implement "About" dialog
2018-01-14 19:15:45 +01:00
Thog
20505a7cb7
Add missing FileType declarations in GuessFromExtension and GetFileTypeString
2018-01-14 19:00:16 +01:00
Robin Lambertz
c2665b9bfb
Fix compilation on case-sensitive OSX
...
When compiling on a case-sensitive filesystem on OSX, cmake doesn't find
the FindUnicorn file, because it looks for Findunicorn.cmake. We should
uses the correct case to avoid this issue.
2018-01-14 14:40:26 +01:00
bunnei
d8576e9bbe
externals: Remove unused repos.
2018-01-14 04:29:30 -05:00
James Rowe
6d444e88bb
yuzu qt copy windows deps renamed
2018-01-13 21:17:42 -07:00
MerryMage
6d71d8fcf1
Minor cleanup
2018-01-13 23:56:18 +00:00
MerryMage
2d5040ae80
macOS: Update Info.plist
2018-01-13 23:11:51 +00:00
James Rowe
fbf0189f45
Add new icons and fix up the linux paths for install
2018-01-13 15:40:57 -07:00
MerryMage
0a51f44c08
Update dynarmic to bc73004
...
bc73004 a64_merge_interpret_blocks: Remove debug output
4e656ed tests/A64: Randomize PSTATE.<NZCV>
fd9530b A64: Optimization: Merge interpret blocks
3c9eb04 testenv: Use format constants
324f3fc tests/A64: Unicorn interface fixes
98ecbe7 tests/A64: Fuzz against unicorn
b1d38e7 tests/A64: Move TestEnvironment to own header
5218ad9 A64/data_processing_pcrel: bug: ADR{,P} instructions sign extend their immediate
b1a8c39 A64/data_processing_addsub: bug: {ADD,SUB}S (extended register) instructions write to ZR when d = 31
64827fb a64_emit_x64: bug: A64CallSupervisor trampled callee-save registers
1bfa04d emit_x64: bug: OP m/r64, imm32 form instructions sign-extend their immediate on x64
edadeea A64 inferface: Use two argument static_assert
9ab1304 A64: Add ExceptionRaised IR instruction
6843eed Update readme
7438d07 A64/translate: Add TranslateSingleInstruction function
2018-01-13 22:38:57 +00:00
MerryMage
1ae627ad03
Fix build on macOS and linux
2018-01-13 22:38:52 +00:00
MerryMage
ab1be2115a
Update build scripts
2018-01-13 22:38:47 +00:00
bunnei
9b12ecf917
yuzu: Update CONTRIBUTING.md.
2018-01-13 17:30:32 -05:00
bunnei
da55cb67ce
yuzu: Update README.md.
2018-01-13 17:28:52 -05:00
bunnei
fb384cf093
arm_unicorn: Log unmapped memory access address.
2018-01-13 16:24:05 -05:00
bunnei
35a12ded5f
config: Default log filter to trace.
2018-01-13 16:23:12 -05:00
bunnei
17cc648277
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
James Rowe
bca1ec7744
Remove settings issues in sdl and fix a few files that broke in mingw
2018-01-12 19:11:05 -07:00
James Rowe
df658e57c6
Removing unused settings and yuzu rebranding
2018-01-12 19:11:05 -07:00
James Rowe
c620780dca
Get yuzu sdl to start compiling
2018-01-12 19:11:04 -07:00
James Rowe
244f7dc4d5
Remove gpu debugger and get yuzu qt to compile
2018-01-12 19:11:04 -07:00
James Rowe
d7baa31a28
Remove references to PICA and rasterizers in video_core
2018-01-12 19:11:03 -07:00
James Rowe
8f0a03a606
Massive removal of unused modules
2018-01-12 19:11:03 -07:00