Yuri Kunde Schlesner
a0d0aa24be
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.
9 years ago
bunnei
9864343e0e
Merge pull request #2022 from MerryMage/issue-tpl
.github: Add ISSUE_TEMPLATE.md
9 years ago
MerryMage
84a3506224
.github: Add ISSUE_TEMPLATE.md
9 years ago
bunnei
4eb4be0337
Merge pull request #2015 from MerryMage/upstream-smla
dyncom: Read-after-write in SMLA
9 years ago
MerryMage
abe5d64fd6
dyncom: Read-after-write in SMLA
In the case when RD === RN, RD was updated before AddOverflow was called
to check for an overflow, resulting in an incorrect state of the Q flag.
9 years ago
bunnei
c122148bd4
citra: Default to HW renderer.
9 years ago
bunnei
0e55597731
qt: Use 5.7 on Windows.
9 years ago
Yuri Kunde Schlesner
d8b1a34425
Merge pull request #2004 from MerryMage/stm
Dyncom: Correct implementation of STM for R15
9 years ago
MerryMage
0da5e44c89
Dyncom: Correct implementation of STM for R15
9 years ago
bunnei
c617e27252
Merge pull request #1936 from jroweboy/qt5.7-fix
CMake: Fix for QT 5.7 overwriting -std=c++1y flag
10 years ago
James Rowe
56b2f0da7b
CMake: Fix for QT 5.7 overwriting -std=c++1y flag
In QT 5.7 they added a new check for CXX features which appends a minimum
required standard to the CXX_FLAGS. Because we were writing the flag
directly previously, cmake assumed it needed to add a c++11 flag to the
build. This tells cmake to use c++14 on every build.
10 years ago
Lectem
7df4925923
fix #1942 and adds a few IPC functions for descriptors
10 years ago
Anon
9e4923c36c
Input GUI: Add tab to remap controls ( #1900 )
10 years ago
bunnei
1d27e68bd6
Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000
Correct APT::0x00550040 and APT::0x00560000 function
10 years ago
bunnei
e749770654
Merge pull request #1983 from hrydgard/font-reminder
Shared font file: Instead of segfaulting, log an error to remind the user to dump it
10 years ago
Henrik Rydgard
58e61fa817
Instead of segfaulting, log an error to remind the user to dump the shared font file
10 years ago
bunnei
e249b4a5ef
Merge pull request #1959 from MerryMage/revsh-upstream
dyncom: Fix translation of thumb REVSH
10 years ago
MerryMage
a7711eaf4f
dyncom: Fix translation of thumb REVSH
10 years ago
bunnei
e43f8c1fdc
Merge pull request #1966 from dwhinham/info_plist_fix
CMake: Fix Info.plist template for citra_qt/OSX
10 years ago
Andy Tran
c02ee1f6ab
Travis Build: OS X Startup Crash Fix ( #1962 )
* Travis: Mac OS X Build Fix
Addresses the issue of the nightly builds crashing on OS X. In short,
the changes needed were to rename the references within the binaries in
order to make the app “self-contained”.
* Travis: Mac OS X Terminal
Launches citra with a terminal (instead of going straight for the QT
application, skipping the debugging terminal).
* Travis: Clean Up Lines
* Travis: Fix of EOL Issue
* Travis: Merge Fixes from Build Branch
* Travis: Forward OS X Arguments
* Travis: Forward OS X Arg x2
The issue is, is that sure “open citra-qt.app —args test” works, but
drag and drop doesn’t!
* Travis: Something needed to be escaped
10 years ago
bunnei
57d497599c
Merge pull request #1974 from LittleWhite-tb/crash_invalid_size
Protection against a resize of size 0
10 years ago
Alexandre LittleWhite Laurent
bfc9c4e48f
Protection against a resize of size 0
10 years ago
Yuri Kunde Schlesner
8de58f2e34
Merge pull request #1973 from linkmauve/no-sse4.1
Remove the -msse4.1 on ¬MSVC
10 years ago
Emmanuel Gil Peyrot
4b1df0ba45
Remove the -msse4.1 on ¬MSVC.
This option makes the generated binary crash with an illegal
instruction when the target CPU doesn’t support the SSE4.1 extension
(see #1968 ), with no noticeable performance increase compared to a
generic build.
10 years ago
Yuri Kunde Schlesner
2afb21f15c
Merge pull request #1963 from wwylele/rtc
Implement actual system time
10 years ago
wwylele
9abf787fed
CoreTiming: avoid overflow
10 years ago
wwylele
eaf9f27128
HLE: implement system time
10 years ago
Dale Whinham
f5cd8a3eac
CMake: Fix Info.plist template for citra_qt/OSX
The Info.plist template incorrectly uses parentheses instead of curly braces,
which means that building the .app bundle using regular 'make' results in the
variable not being replaced, and hence the app bundle won't start because the
executable name is incorrect.
This commit fixes this issue.
10 years ago
bunnei
dc926035bb
Merge pull request #1964 from Lectem/sdl2_dll_copy_fix
Fixes SDL2.dll copy to bindir on windows
10 years ago
Lectem
0b36e5bf1d
Fixes SDL2.dll copy to bindir on windows
10 years ago
JamePeng
24ff9f557a
Correct APT::0x00550040 and APT::0x00560000 function
10 years ago
bunnei
0102b0ac82
Merge pull request #1890 from LFsWang/fix-encode-problem
Fix boot_filename encode on Windows
10 years ago
Yuri Kunde Schlesner
7b50bcee79
Merge pull request #1894 from wwylele/set-config-block
Implement config savegame editing & clean up
10 years ago
wwylele
031589a960
Qt: add system settings config tab
10 years ago
bunnei
5c3394ba22
Merge pull request #1940 from JamePeng/fix-archive-error-code
Fix the errorcode of archive handle
10 years ago
Sebastian Valle
02f3161c48
Merge pull request #1921 from Subv/fs_funcs
HLE/FS: Document some command parameters and implemented command 0x08560240
10 years ago
JamePeng
c7d5fee7fb
Fix the errorcode of archive handle
10 years ago
Sebastian Valle
27ee4ce752
Merge pull request #1850 from mailwl/erreula
HLE/Applets: Implement ErrEula applet
10 years ago
mailwl
367f5dc215
HLE/Applets: Implement ErrEula applet
10 years ago
Subv
e5bc6593a3
HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData)
10 years ago
Sebastian Valle
c961b73823
Merge pull request #1935 from wwylele/fix-result-module
Result: Update the ErrorModule enum
10 years ago
wwylele
5489701b38
Service::CFG/FS: add and refactor out utilities for front-end
10 years ago
wwylele
9f0ad67398
Service::CFG: move known block ID to an enum
10 years ago
wwylele
e8231e3594
Service::CFG: add SetConfigInfoBlk4
10 years ago
Yuri Kunde Schlesner
287807b43c
Merge pull request #1933 from yuriks/scissor
PICA: Implement scissor test
10 years ago
wwylele
340c64dbbe
Service::CFG: add missing language
10 years ago
wwylele
f4156c0f09
Service::CFG: name sound output modes
10 years ago
wwylele
ce3e33ef50
Result: fix and update ErrorModule
10 years ago
Yuri Kunde Schlesner
6bc2f3e2a8
Merge pull request #1869 from wwylele/dont-be-lazy
Switch context to the same thread if necessary
10 years ago
bunnei
2270d7b0f0
Merge pull request #1867 from mailwl/srv-update
srv: Update according 3dbrew
10 years ago