Jarek Syrylak
|
21a2512cfb
|
More tidy up as per comments on pull request
|
2018-07-12 15:46:31 +01:00 |
|
Jarek Syrylak
|
33ac8e9a85
|
Tidy up as per comments on pull request
|
2018-07-12 12:23:12 +01:00 |
|
Jarek Syrylak
|
eca5df2573
|
Merge branch 'master' of https://github.com/yuzu-emu/yuzu
|
2018-07-12 09:38:35 +01:00 |
|
bunnei
|
7230ceb584
|
Merge pull request #559 from Subv/mount_savedata
Services/FS: Return the correct error code when trying to mount a nonexistent savedata.
|
2018-07-11 20:21:52 -07:00 |
|
bunnei
|
afb26b190f
|
Merge pull request #585 from janisozaur/patch-11
Improve directory creation in WindowsCopyFiles.cmake
|
2018-07-11 20:21:17 -07:00 |
|
Jarek Syrylak
|
39840bd511
|
Merge branch 'master' of https://github.com/yuzu-emu/yuzu
|
2018-07-11 17:23:37 +01:00 |
|
bunnei
|
e2037821b6
|
Merge pull request #646 from bunnei/fix-hid-smo
hid: Fix timestamps and controller type.
|
2018-07-11 06:30:56 -07:00 |
|
Jarek Syrylak
|
7b31bed043
|
Merge branch 'master' of https://github.com/yuzu-emu/yuzu
|
2018-07-11 10:04:28 +01:00 |
|
bunnei
|
12a6996262
|
hid: Fix timestamps and controller type.
- This fixes user input in SMO.
|
2018-07-10 22:55:13 -04:00 |
|
bunnei
|
379a935016
|
Merge pull request #644 from ogniK5377/getconfig-err
NvOsGetConfigU32 production impl
|
2018-07-10 15:44:23 -07:00 |
|
Jarek Syrylak
|
d909d700ce
|
Merge branch 'master' of https://github.com/yuzu-emu/yuzu
|
2018-07-10 17:50:16 +01:00 |
|
Jarek Syrylak
|
198805b0fa
|
Revert bad merge/rebase
|
2018-07-10 17:22:24 +01:00 |
|
bunnei
|
04524e76c2
|
Merge pull request #633 from FearlessTobi/port-defines
Port #3579 from Citra: Clean up architecture-specific defines
|
2018-07-10 09:12:52 -07:00 |
|
bunnei
|
3e966be6fc
|
Merge pull request #642 from bunnei/create-save-dir
savedata_factory: Always create a save directory for games.
|
2018-07-10 09:09:58 -07:00 |
|
Jarek Syrylak
|
05a019d4ee
|
Merge branch 'master' of https://github.com/Hedges/yuzu
|
2018-07-10 16:39:04 +01:00 |
|
Jarek Syrylak
|
4b22a64d63
|
Compile fixes for Linux and macOS
|
2018-07-10 16:38:24 +01:00 |
|
Jarek Syrylak
|
e652110fda
|
Register all loaded modules with GDBStub
|
2018-07-10 16:38:23 +01:00 |
|
Jarek Syrylak
|
9cb1f759ca
|
Avoid crash in IsValidVirtualAddress()
|
2018-07-10 16:38:16 +01:00 |
|
Jarek Syrylak
|
4a657f5fb6
|
Register module with GDBStub.
|
2018-07-10 16:38:08 +01:00 |
|
Jarek Syrylak
|
20a3fbcc5a
|
Fix handler for libraries query.
|
2018-07-10 16:38:01 +01:00 |
|
Jarek Syrylak
|
490893f119
|
Register NRO module.
|
2018-07-10 16:38:01 +01:00 |
|
Jarek Syrylak
|
430903a1ba
|
Fix splitpath on Windows.
|
2018-07-10 16:38:00 +01:00 |
|
Jarek Syrylak
|
f7e6e204da
|
Some cleanup.
|
2018-07-10 16:38:00 +01:00 |
|
Jarek Syrylak
|
1ffd10ce18
|
Add support for NSO modules.
|
2018-07-10 16:38:00 +01:00 |
|
Jarek Syrylak
|
c2ad530279
|
Initial support for floating point registers (wip).
|
2018-07-10 16:37:46 +01:00 |
|
Jarek Syrylak
|
625558e7b0
|
Reload registers from thread context after they have been changed in GDBStub.
|
2018-07-10 16:37:46 +01:00 |
|
Jarek Syrylak
|
fb8e336e95
|
Tidy up.
|
2018-07-10 16:37:45 +01:00 |
|
Jarek Syrylak
|
68e5f369c1
|
More improvements and diagnostics for GDBStub.
|
2018-07-10 16:37:45 +01:00 |
|
Jarek Syrylak
|
2f465d7572
|
More improvements and diagnostics for GDBStub.
|
2018-07-10 16:37:38 +01:00 |
|
Jarek Syrylak
|
c3ec14616f
|
More improvements and diagnostics for GDBStub.
|
2018-07-10 16:37:38 +01:00 |
|
Jarek Syrylak
|
7e7f94f559
|
More improvements and diagnostics for GDBStub.
|
2018-07-10 16:37:38 +01:00 |
|
Jarek Syrylak
|
6bd605cb61
|
Work towards improving handling of threads in GDBStub.
|
2018-07-10 16:37:37 +01:00 |
|
Jarek Syrylak
|
b412594127
|
Extra diagnostics for multi-threaded breaks.
|
2018-07-10 16:37:37 +01:00 |
|
Jarek Syrylak
|
7f342ce736
|
In step mode only signal trap from current thread, in run mode signal always.
|
2018-07-10 16:37:37 +01:00 |
|
Jarek Syrylak
|
b5e29babc5
|
Looking for a thread by its id should _not_ set it as a current thread!
Returning proper list of threads for better integration with VS debugger.
|
2018-07-10 16:37:37 +01:00 |
|
Jarek Syrylak
|
008a2d35d8
|
Only send traps from GDB's current thread, otherwise we will always be thrown back to main thread when stepping.
|
2018-07-10 16:37:36 +01:00 |
|
Jarek Syrylak
|
f8f0913e2e
|
Tidy up.
|
2018-07-10 16:37:36 +01:00 |
|
Jarek Syrylak
|
fdf73c177b
|
Replaced htonll with swap64.
|
2018-07-10 16:37:36 +01:00 |
|
Jarek Syrylak
|
7212fd5227
|
Applied clang-format.
|
2018-07-10 16:37:35 +01:00 |
|
Jarek Syrylak
|
341517a5f2
|
GDB Stub should work now.
|
2018-07-10 16:37:35 +01:00 |
|
Jarek Syrylak
|
31bc72dd5b
|
Compile fixes for Linux and macOS
|
2018-07-10 11:28:36 +01:00 |
|
Jarek Syrylak
|
bee01b8e6c
|
Register all loaded modules with GDBStub
|
2018-07-10 11:02:34 +01:00 |
|
Jarek Syrylak
|
813fab2046
|
Avoid crash in IsValidVirtualAddress()
|
2018-07-10 10:25:34 +01:00 |
|
Jarek Syrylak
|
2b091f642f
|
Merge branch 'master' of https://github.com/yuzu-emu/yuzu
|
2018-07-10 10:21:50 +01:00 |
|
David Marcec
|
0944bfe3cb
|
NvOsGetConfigU32 production impl
Settings are only used when RMOS_SET_PRODUCTION_MODE is set to 0.
If production mode is set, the error code 0x30006 is returned instead
|
2018-07-10 14:10:17 +10:00 |
|
bunnei
|
aec90ca506
|
Merge pull request #636 from FearlessTobi/add-gitignore
Port #3513 (partly) from Citra: .gitignore: Add CMakeLists.txt.user to Project/editor files
|
2018-07-09 17:09:57 -07:00 |
|
bunnei
|
ef2c955db5
|
Merge pull request #635 from FearlessTobi/port-crashfix
Port #3474 from Citra: Do not crash on unimplemented code in debug build
|
2018-07-09 17:08:25 -07:00 |
|
bunnei
|
dacc89b38b
|
Merge pull request #634 from FearlessTobi/port-viewport-fix
Port #3505 from Citra: Fix QGLWidget viewport resize on macOS
|
2018-07-09 17:07:30 -07:00 |
|
bunnei
|
51a3e93f8e
|
Merge pull request #640 from bunnei/flip-tris-viewport
gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative.
|
2018-07-09 14:32:35 -07:00 |
|
bunnei
|
0d51cfe2f5
|
Merge pull request #641 from bunnei/nvhost-ctrl-fix
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
|
2018-07-09 14:32:22 -07:00 |
|