Yuri Kunde Schlesner and GitHub
68c00ee771
Merge pull request #2228 from freiro/winver_fix
...
Move WINVER definition to cmake and a bit of cleanup
2016-11-30 15:47:08 -08:00
Yuri Kunde Schlesner and GitHub
3174bfd50c
Merge pull request #2196 from Subv/system_mode
...
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
2016-11-27 17:04:11 -08:00
Yuri Kunde Schlesner and GitHub
e279a6955e
Merge pull request #2222 from linkmauve/die-frameskip-die
...
Remove the broken frame_skip option
2016-11-27 16:01:45 -08:00
Yuri Kunde Schlesner and GitHub
77b7cec8af
Merge pull request #2218 from Subv/stencil_lines
...
Rasterizer/Memfill: Set the correct stencil write mask when clearing the stencil buffer.
2016-11-27 13:57:31 -08:00
Yuri Kunde Schlesner and GitHub
a0b30189e5
Merge pull request #2185 from freiro/local_folder
...
Change "user" folder default location to AppData/Roaming/ on Windows systems
2016-11-26 14:07:43 -08:00
Yuri Kunde Schlesner and GitHub
b230913c2b
Merge pull request #2215 from MerryMage/ticks_executed
...
dynarmic: Add ticks based on ticks executed, not ticks requested
2016-11-26 13:51:11 -08:00
Yuri Kunde Schlesner and GitHub
ed2ff8df85
Merge pull request #2210 from jroweboy/pagetables
...
Expose page table to dynarmic for optimized reads and writes to the JIT
2016-11-24 19:58:12 -08:00
Yuri Kunde Schlesner and GitHub
8a73eb8024
Merge pull request #2211 from yuriks/travis-no-upload
...
Travis: Remove build uploading
2016-11-24 17:30:28 -08:00
Yuri Kunde Schlesner
99079cc906
Travis: Remove build uploading
...
@archshift has been MIA for a while, so our builds server is currently
down. Furthermore, uploading is broken in both Linux and macOS:
- The version of lftp in Trusty doesn't support the sftp:auto-confirm
option, which means that uploading would hang, even if the server
weren't down. It currently tries to connect forever and fails the
build with a timeout.
- lftp was removed from Homebrew, so it wasn't being installed on macOS
and invoking it just failed.
2016-11-24 15:49:15 -08:00
Yuri Kunde Schlesner and GitHub
34d491295c
Merge pull request #2208 from freiro/libsdl205
...
Windows, move to SDL2-2.0.5
2016-11-24 14:04:00 -08:00
Yuri Kunde Schlesner and GitHub
4b8ba4551a
Merge pull request #2175 from PEmu1/macos
...
Change "OS X" to "macOS" in the Readme
2016-11-23 18:51:59 -08:00
Yuri Kunde Schlesner and GitHub
ef421696e3
Merge pull request #2186 from wwylele/config9
...
cfg: add config block 0x00090000
2016-11-23 18:51:01 -08:00
Yuri Kunde Schlesner and GitHub
fefa645ec7
Merge pull request #1654 from JamePeng/errdisp
...
Rework the code of err:f service!
2016-11-23 17:43:02 -08:00
Yuri Kunde Schlesner and GitHub
f784595a61
Merge pull request #2170 from Pringo/master
...
Minor Menu Fixes
2016-11-11 11:07:53 -08:00
Yuri Kunde Schlesner
d9a904f9cb
VideoCore: Shader interpreter cleanups
2016-09-29 21:15:49 -07:00
Yuri Kunde Schlesner
6219654ded
Common: Remove dangerous Vec[234] array constructors
...
They're not currently used, and it's easy to accidentally pass a single
pointer argument to them, causing an out-of-bounds read.
2016-09-29 21:11:36 -07:00
Yuri Kunde Schlesner
26b68313b9
VideoCore: Fix out-of-bounds read in ShaderSetup::ProduceDebugInfo
...
As far as I can tell, memset was replaced by a fill without correcting
the parameter type, causing an out-of-bounds array read in the Vec4
constructor.
2016-09-29 21:11:36 -07:00
Yuri Kunde Schlesner and GitHub
4b14e17b18
Merge pull request #2083 from yuriks/opengl-scissor-cached-rect
...
OpenGL: Take cached viewport sub-rect into account for scissor
2016-09-29 21:08:32 -07:00
Yuri Kunde Schlesner
01667d9a35
OpenGL: Take cached viewport sub-rect into account for scissor
...
Fixes #1938
2016-09-29 20:55:24 -07:00
Yuri Kunde Schlesner and GitHub
d5d2ca8058
Merge pull request #2086 from linkmauve/clang-format
...
Add clang-format as part of our {commit,travis}-time checks
2016-09-21 11:29:48 -07:00
Yuri Kunde Schlesner and GitHub
2a910a6d88
README: Specify master branch for Travis CI badge
2016-09-21 02:08:57 -07:00
Yuri Kunde Schlesner
0e3f0120a8
Fix Travis clang-format check
2016-09-21 01:53:37 -07:00
Yuri Kunde Schlesner
f120e78b56
Remove special rules for Windows.h and library includes
2016-09-21 00:16:33 -07:00
Yuri Kunde Schlesner
84fbbe2629
Use negative priorities to avoid special-casing the self-include
2016-09-21 00:15:56 -07:00
Yuri Kunde Schlesner and GitHub
2500a57f3d
Merge pull request #2097 from citra-emu/fix-travis
...
Travis: Fix OS X build
2016-09-20 22:26:34 -07:00
Yuri Kunde Schlesner
fcec20c9ff
Travis: Fix OS X build
...
Probably due to additional Travis caching, cmake is now already
installed when the script runs. This causes the unlink to remove the
symlink to the executable, which is then not re-added by the install
(since it's already installed).
2016-09-20 21:25:15 -07:00
Yuri Kunde Schlesner
396a8d91a4
Manually tweak source formatting and then re-run clang-format
2016-09-18 21:14:25 -07:00
Yuri Kunde Schlesner
784b96d87f
Tweak formatting settings
2016-09-18 21:13:38 -07:00
Yuri Kunde Schlesner and GitHub
8bf09b5302
Merge pull request #2080 from yuriks/shader-interp-crash
...
VideoCore: Fix dangling lambda context in shader interpreter
2016-09-15 22:47:20 -07:00
Yuri Kunde Schlesner
a3afeb4687
VideoCore: Fix dangling lambda context in shader interpreter
...
The static meant that after the first execution, these lambda context
would be pointing to a random location on the stack. Fixes a random
crash when using the interpreter.
2016-09-15 22:15:11 -07:00
Yuri Kunde Schlesner and GitHub
f196924ddd
Merge pull request #2042 from bunnei/dynarmic
...
Interface ARM CPU JIT (Dynarmic)
2016-09-15 20:14:18 -07:00
Yuri Kunde Schlesner and GitHub
81bb315839
Merge pull request #2064 from linkmauve/remove-readdir_r
...
Switch to readdir() from readdir_r()
2016-09-13 10:54:42 -07:00
Yuri Kunde Schlesner and GitHub
f4bb89ce73
Merge pull request #2069 from wwylele/fix-birthday
...
Qt: fix birthday combo box updating
2016-09-13 01:32:52 -07:00
Yuri Kunde Schlesner and GitHub
c3307b41db
Merge pull request #2050 from MerryMage/adpcm
...
codec: Fix ADPCM distortion caused by incorrect nibble order
2016-09-03 12:37:44 -07:00
Yuri Kunde Schlesner and GitHub
474586bc53
Merge pull request #1948 from wwylele/cro++
...
Implemented CRO
2016-08-28 22:21:24 -07:00
Yuri Kunde Schlesner and GitHub
950f6c0c20
Merge pull request #1987 from Lectem/ipcdescriptors
...
fix #1942 and add a few IPC functions for descriptors
2016-08-27 09:58:35 -07:00
Yuri Kunde Schlesner
1f7ec4be9b
Auto-detect original shared_font.bin memory base
...
This allows a file dumped from either an o3DS or a n3DS (and potentially
even an original unrebased file) to be used.
2016-08-27 01:04:26 -07:00
Yuri Kunde Schlesner and GitHub
c3c6ac38e0
Merge pull request #2004 from MerryMage/stm
...
Dyncom: Correct implementation of STM for R15
2016-08-14 15:17:32 -07:00
Yuri Kunde Schlesner and GitHub
2117be46a8
Merge pull request #1973 from linkmauve/no-sse4.1
...
Remove the -msse4.1 on ¬MSVC
2016-07-23 10:52:47 -07:00
Yuri Kunde Schlesner and GitHub
2dee47c827
Merge pull request #1963 from wwylele/rtc
...
Implement actual system time
2016-07-23 04:38:16 -07:00
Yuri Kunde Schlesner and GitHub
ffda82eea5
Merge pull request #1894 from wwylele/set-config-block
...
Implement config savegame editing & clean up
2016-07-09 20:39:19 -07:00
Yuri Kunde Schlesner and GitHub
45c91bf87b
Merge pull request #1933 from yuriks/scissor
...
PICA: Implement scissor test
2016-07-02 02:18:46 -07:00
Yuri Kunde Schlesner and GitHub
de79b6fc48
Merge pull request #1869 from wwylele/dont-be-lazy
...
Switch context to the same thread if necessary
2016-06-28 21:03:52 -07:00
Yuri Kunde Schlesner
ecf6ecf325
OpenGL: Add scaled resolution support to scissor
2016-06-27 22:16:04 -07:00
Yuri Kunde Schlesner
f0b9bc14b6
PICA: Scissor fixes and cleanups
2016-06-27 21:14:39 -07:00
Yuri Kunde Schlesner and GitHub
9cde5cbbd3
Merge pull request #1930 from scurest/superfluous-moves
...
Remove superfluous std::move in return std::move(local_var)
2016-06-25 12:56:26 -07:00
Yuri Kunde Schlesner
d6792632f0
Fix recursive scanning of directories
...
ForeachDirectoryEntry didn't actually do anything with the `recursive`
parameter, and the corresponding callback parameter was shadowing the
actual recursion counters in the user functions.
2016-06-19 00:12:15 -07:00
Yuri Kunde Schlesner
c52754e79a
Qt: Fix MicroProfile dpi scaling
2016-06-18 23:37:09 -07:00
Yuri Kunde Schlesner
914eb7561e
Fix AppVeyor WinSCP download
2016-06-14 20:15:22 -07:00
Yuri Kunde Schlesner
e3a8292495
Common: Remove section measurement from profiler ( #1731 )
...
This has been entirely superseded by MicroProfile. The rest of the code
can go when a simpler frametime/FPS meter is added to the GUI.
2016-04-29 00:07:10 -07:00
Yuri Kunde Schlesner
9dd3976f9f
Merge pull request #1659 from JayFoxRox/apply-config
...
CitraQt: Apply config at startup
2016-04-11 07:52:48 -07:00
Yuri Kunde Schlesner
ad664b4a01
Merge pull request #1657 from JayFoxRox/remove-dump-geometry
...
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
2016-04-10 19:24:47 -07:00
Yuri Kunde Schlesner
e3905cdfd8
Merge pull request #1640 from lioncash/cpp14
...
CMakeFiles: Compile as C++14
2016-04-03 13:56:50 -07:00
Yuri Kunde Schlesner
a950188c11
Merge pull request #1461 from yuriks/imm-mode2
...
Immediate-mode improvements
2016-03-23 20:27:37 -07:00
Yuri Kunde Schlesner
81004211dd
Pica: Improve accuracy of immediate-mode support
...
This partially fixes Etrian Odyssey IV.
2016-03-23 20:18:40 -07:00
Yuri Kunde Schlesner
0c447e0a06
OpenGL: Don't attempt to draw empty triangle batches
...
Our code did not handle this well, causing random crashes in some
situations.
2016-03-23 20:02:05 -07:00
Yuri Kunde Schlesner
de7ecee516
Merge pull request #1466 from LittleWhite-tb/gamelist-update-recent
...
Register ROM started through the gamelist in the list of ROM recently started
2016-03-16 23:42:24 -07:00
Yuri Kunde Schlesner
0c0fb463f0
Merge pull request #1537 from lioncash/const
...
core/video_core: Minor const-related changes
2016-03-16 21:40:06 -07:00
Yuri Kunde Schlesner
e07f193aff
Merge pull request #1510 from wwylele/fix_pad
...
hid: fix pad update
2016-03-13 10:04:52 -07:00
Yuri Kunde Schlesner
f62935d278
Merge pull request #1496 from JayFoxRox/align-attribs
...
Align attribute components
2016-03-12 20:12:15 -08:00
Yuri Kunde Schlesner
7f8c99899b
Merge pull request #1506 from lioncash/enum
...
svc: Minor enum changes
2016-03-12 19:46:05 -08:00
Yuri Kunde Schlesner
305e63d9ea
Merge pull request #1475 from lioncash/align
...
Common: Get rid of alignment macros
2016-03-09 20:08:38 -08:00
Yuri Kunde Schlesner
3475808a54
Merge pull request #1478 from JayFoxRox/master
...
Fix attribute mapping in vs debugger
2016-03-09 20:06:49 -08:00
Yuri Kunde Schlesner
2d40891b45
Merge pull request #1463 from yuriks/non-app-region
...
Memory: Do correct Phys->Virt address translation for non-APP linheap
2016-03-05 22:16:27 -08:00
Yuri Kunde Schlesner
6aa90e13f9
Memory: Do correct Phys->Virt address translation for non-APP linheap
2016-03-05 22:09:59 -08:00
Yuri Kunde Schlesner
c58bc25d5b
Pica: Write depth value even when depth test is disabled
...
This has been confirmed on hardware. Fixes Etrian Odyssey IV.
2016-03-05 20:16:20 -08:00
Yuri Kunde Schlesner
b8e9af943a
Merge pull request #1454 from yuriks/log-program-id
...
Loader/NCCH: Log the program ID during loading
2016-03-05 13:08:13 -08:00
Yuri Kunde Schlesner
6dd05e610a
core: Use unrestricted union to hold storage of ResultVal value
2016-03-05 00:13:20 -08:00
Yuri Kunde Schlesner
b967a581a1
Loader/NCCH: Log the program ID during loading
...
This is useful for all sorts of things, but mainly to identify save
folders more easily.
2016-03-04 23:53:10 -08:00
Yuri Kunde Schlesner
1912c4691b
Service/CFG: Fix potential endianess issue
2016-02-29 23:56:02 -08:00
Yuri Kunde Schlesner
228d8ac14a
Service/CFG: Add block 0x000A0000 (username) to default config file
2016-02-29 23:55:48 -08:00
Yuri Kunde Schlesner
338a0f01f2
Service/CAM: Add doxycomments to all service functions
2016-02-29 22:53:36 -08:00
Yuri Kunde Schlesner
ddcf2ef32a
Merge pull request #1427 from MerryMage/emit-lbit
...
x64 Emitter: Fix L bit in VEX prefix
2016-02-28 03:12:57 -08:00
Yuri Kunde Schlesner
fc6fa0f088
Service/CAM: Dummy implementation of some functions
...
Thanks to @mailwl for the initial version of the stubs.
2016-02-13 01:16:08 -08:00
Yuri Kunde Schlesner
7400100da7
Merge pull request #1392 from lioncash/move
...
backend: defaulted move constructor/assignment
2016-02-04 20:39:36 -08:00
Yuri Kunde Schlesner
05356543d9
OpenGL: Downgrade GL_DEBUG_SEVERITY_NOTIFICATION to Debug logging level
...
The nVidia driver is *extremely* spammy on this category, sending a
message on every buffer or texture upload, slowing down the emulator and
making the log useless.
2016-02-02 22:44:13 -08:00
Yuri Kunde Schlesner
8b3994e9e4
Merge pull request #1373 from lioncash/cast
...
elf: Don't cast away const
2016-01-25 00:41:32 -08:00
Yuri Kunde Schlesner
cfaacc07dc
Merge pull request #1372 from lioncash/tie
...
key_map: Use std::tie for comparisons
2016-01-24 22:38:37 -08:00
Yuri Kunde Schlesner
c4cc099617
Merge pull request #1371 from lioncash/return
...
archive_backend: Remove unnecessary const from return types
2016-01-24 21:55:58 -08:00
Yuri Kunde Schlesner
d01d1f7e01
Debugger: Use 3dbrew names for GPU registers
...
This list was imported from the 3dbrew wiki page and is pretty much
complete.
2016-01-24 20:29:44 -08:00
Yuri Kunde Schlesner
083d2d89a5
Shader: Implement "invert condition" feature of IFU instruction
...
If the bit 0 of the JMPU instruction is set, then the jump condition
will be inverted. That is, a jump will happen when the boolean is false
instead of when it is true.
2016-01-24 20:29:06 -08:00
Yuri Kunde Schlesner
c1071c1ff7
Shader JIT: Fix off-by-one error when compiling JMPs
...
There was a mistake in the JMP code which meant that one instruction at
the destination would be skipped when the jump was taken. This commit
also changes the meaning of the culprit parameter to make it less
confusing and avoid similar mistakes in the future.
2016-01-24 02:15:56 -08:00
Yuri Kunde Schlesner
7b2d034769
Update README.md
2016-01-15 23:30:22 -08:00
Yuri Kunde Schlesner
9d12460901
Update CONTRIBUTING.md
2016-01-15 23:21:00 -08:00
Yuri Kunde Schlesner
ed20141346
Merge pull request #1289 from yuriks/reset-rasterizer
...
VideoCore: Sync state after changing rasterizers
2015-12-20 18:01:59 -08:00
Yuri Kunde Schlesner
015d7b9779
VideoCore: Sync state after changing rasterizers
...
This fixes various bugs that appear in the HW rasterizer after switching
between it and the SW one during emulation.
2015-12-20 17:37:15 -08:00
Yuri Kunde Schlesner
bbb96a392d
Merge pull request #1281 from lioncash/compile
...
svc: Fix compilation with LOG_TRACE enabled
2015-12-13 12:53:30 -08:00
Yuri Kunde Schlesner
402692c08d
Merge pull request #1267 from yuriks/flipped-framebuffer
...
OpenGL: Flip framebuffers during transfer rather than when rendering
2015-12-09 20:35:15 -08:00
Yuri Kunde Schlesner
31764c48fb
Merge pull request #1272 from yuriks/merge-rasterizer
...
VideoCore: Unify interface to OpenGL and SW rasterizers
2015-12-07 20:21:06 -08:00
Yuri Kunde Schlesner
195fedccf0
VideoCore: Unify interface to OpenGL and SW rasterizers
...
This removes explicit checks sprinkled all over the codebase to instead
just have the SW rasterizer expose an implementation with no-ops for
most operations.
2015-12-07 20:20:38 -08:00
Yuri Kunde Schlesner
03835d04f4
VideoCore: Rename HWRasterizer methods to be less confusing
2015-12-06 19:08:37 -08:00
Yuri Kunde Schlesner
da80ece8b9
OpenGL: Rename cache functions to better match what they actually do
2015-12-06 17:02:52 -08:00
Yuri Kunde Schlesner
cf81e08389
OpenGL: Flip framebuffers during transfer rather than when rendering
2015-12-04 22:23:39 -08:00
Yuri Kunde Schlesner
95dbc6eb0e
OpenGL: Add support for glFrontFace in the state tracker
2015-12-04 21:58:26 -08:00
Yuri Kunde Schlesner
e9c209ccc8
PICA: Properly emulate 1-stage delay in the combiner buffer
...
This was discovered and verified by @fincs. The tev combiner buffer
actually lags behind by one stage, meaning stage 1 reads the initial
color, stage 2 reads stage 0's output, and so on.
Fixes character portraits in Fire Emblem: Awakening and world textures
in Zelda: ALBW. Closes #1140 .
2015-11-30 22:45:18 -08:00
Yuri Kunde Schlesner
bec9049597
Merge pull request #1257 from yuriks/svcGetSystemInfo
...
Kernel: Implement svcGetSystemInfo
2015-11-30 21:17:34 -08:00
Yuri Kunde Schlesner
84a22cb594
Kernel: Implement svcGetSystemInfo
...
This makes smealum/ctrulib@b96dd51d33 work
with Citra.
2015-11-30 19:49:44 -08:00
Yuri Kunde Schlesner
f7b4f44adf
Merge pull request #1097 from yuriks/cfg-blocks
...
Service/CFG: Add additional blocks to default save data
2015-09-14 18:57:00 -03:00
Yuri Kunde Schlesner
bbf92a54e5
Service/CFG: Add default entry for block 0x000A0001 (birthday)
2015-09-14 17:39:52 -03:00
Yuri Kunde Schlesner
13a8e39813
Service/CFG: Correct flags in 2 default blocks
...
Verified against a 9.2.0-20 config save
2015-09-14 17:39:51 -03:00