melonDS/src
Madhav Kanbur 25455cb7aa
Set menubar height to 0 in fullscreen (#924)
* Set menubar height to 0 in fullscreen

* Avoid using hide() on the mainwindow's menubar as it breaks menubar
actions.

* Fixes save/load state shortcuts not working in fullscreen (#922)

Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>

* Don't modify menubar width when exiting fullscreen

* Fixes weird looking menubar on Windows

Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
2021-01-05 11:37:27 +01:00
..
ARMJIT_A64 Fix JIT linkage on ARM64 Macs (#890) 2020-12-24 11:23:29 +01:00
ARMJIT_x64 Rename jit linkage asm files (#836) 2020-12-01 19:48:46 +01:00
dolphin Fix the ARM64 Code Emitter on macOS 2020-12-28 18:18:33 +05:00
frontend Set menubar height to 0 in fullscreen (#924) 2021-01-05 11:37:27 +01:00
sha1 melonDSi: skeleton in place 2019-06-15 13:09:11 +02:00
tiny-AES-c add all sorts of shit 2019-06-13 14:41:54 +02:00
xxhash implement block linking + some refactoring 2020-06-16 11:59:06 +02:00
ARCodeFile.cpp (finally) build the goddamn cheat interface 2020-08-15 00:14:05 +02:00
ARCodeFile.h use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
AREngine.cpp make the AR engine use the correct bus funcs based on DS/DSi mode 2020-08-24 19:55:20 +02:00
AREngine.h add AR code file parser and shit 2020-08-13 00:20:34 +02:00
ARM.cpp remove some debug crap 2020-12-10 18:09:11 +01:00
ARM.h remove some UB 2020-09-04 20:37:14 +02:00
ARMInterpreter.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter.h new block cache and much more... 2020-06-16 11:56:36 +02:00
ARMInterpreter_ALU.cpp implement carry setting ALU op with imm 2020-07-25 22:08:43 +02:00
ARMInterpreter_ALU.h update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_Branch.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_Branch.h update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_LoadStore.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_LoadStore.h update copyright years 2020-02-14 20:18:08 +01:00
ARMJIT.cpp JIT fixes 2020-11-09 20:43:31 +01:00
ARMJIT.h reconcile DSi and JIT, fastmem for x64 and Windows 2020-06-30 23:50:41 +02:00
ARMJIT_Compiler.h Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
ARMJIT_Internal.h JIT fixes 2020-11-09 20:43:31 +01:00
ARMJIT_Memory.cpp Fix fastmem building on ARM64 Macs (#841) 2020-12-11 01:41:53 +01:00
ARMJIT_Memory.h for some reason tabs and spaces were mixed 2020-07-23 17:43:25 +02:00
ARMJIT_RegisterCache.h Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
ARM_InstrInfo.cpp implement carry setting ALU op with imm 2020-07-25 22:08:43 +02:00
ARM_InstrInfo.h first steps in bringing over the JIT refactor/fastmem 2020-06-16 12:11:19 +02:00
ARM_InstrTable.h update copyright years 2020-02-14 20:18:08 +01:00
CMakeLists.txt change cmake file as well 2020-12-07 18:36:14 +01:00
CP15.cpp DSi: make ARM9-clock-selector actually work 2020-08-17 19:15:45 +02:00
CRC32.cpp update copyright years 2020-02-14 20:18:08 +01:00
CRC32.h update copyright years 2020-02-14 20:18:08 +01:00
Config.cpp Add support for macOS (#771) 2020-11-29 17:11:33 +01:00
Config.h use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
DMA.cpp remove some debug crap 2020-12-10 18:09:11 +01:00
DMA.h harmless DMA micro optimisation 2020-11-16 17:22:34 +01:00
DSi.cpp Merge remote-tracking branch 'remotes/origin/master' into dsi_camera 2020-12-04 18:28:15 +01:00
DSi.h Merge remote-tracking branch 'upstream/slirp' into slirp-merge 2020-07-26 21:41:09 +02:00
DSiCrypto.cpp blarg 2019-06-13 13:59:11 +02:00
DSiCrypto.h add all sorts of shit 2019-06-13 14:41:54 +02:00
DSi_AES.cpp make FIFO size static whene possible 2020-12-30 23:37:46 +01:00
DSi_AES.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_Camera.cpp clean up some things 2020-12-24 13:08:46 +01:00
DSi_Camera.h misc. shito 2020-12-04 18:26:48 +01:00
DSi_I2C.cpp Merge branch 'master' into dsi_camera 2020-10-26 20:47:30 +01:00
DSi_I2C.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_NDMA.cpp messin' around 2020-09-08 20:19:37 +02:00
DSi_NDMA.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_NWifi.cpp make FIFO size static whene possible 2020-12-30 23:37:46 +01:00
DSi_NWifi.h make FIFO size static whene possible 2020-12-30 23:37:46 +01:00
DSi_SD.cpp make FIFO size static whene possible 2020-12-30 23:37:46 +01:00
DSi_SD.h make FIFO size static whene possible 2020-12-30 23:37:46 +01:00
DSi_SPI_TSC.cpp huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_SPI_TSC.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
FIFO.h make FIFO size static whene possible 2020-12-30 23:37:46 +01:00
GBACart.cpp Split GBA Reset and Eject logic into two sets 2019-12-22 16:01:13 -05:00
GBACart.h Split GBA Reset and Eject logic into two sets 2019-12-22 16:01:13 -05:00
GPU.cpp add palette and OAM dirty flag 2020-12-23 09:23:46 +01:00
GPU.h use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
GPU2D.cpp GPU: make sure to always pass BG0HOFS to the 3D engine, even if the 2D engine is disabled. 2020-12-10 19:34:31 +01:00
GPU2D.h only start display capture on first line 2020-12-09 22:45:16 +01:00
GPU2D_Soft.cpp GPU: forward BG0HOFS to internal rendering engine register for 3D layer scroll (only when the rendering engine is enabled). 2020-12-10 19:12:08 +01:00
GPU3D.cpp GX: fix vector test 2021-01-04 16:36:51 +01:00
GPU3D.h use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
GPU3D_OpenGL.cpp use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
GPU3D_OpenGL_shaders.h update copyright years 2020-02-14 20:18:08 +01:00
GPU3D_Soft.cpp use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
GPU_OpenGL.cpp fix mac/clang build 2021-01-02 11:28:46 +01:00
GPU_OpenGL_shaders.h prevent bleeding in screen texture 2021-01-02 08:55:48 +01:00
NDS.cpp make FIFO size static whene possible 2020-12-30 23:37:46 +01:00
NDS.h use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
NDSCart.cpp don't calculate the CRC checksum of ROMs on load 2020-12-30 01:59:35 +01:00
NDSCart.h delay savefile flush to the end of the frame 2020-11-11 13:38:05 +01:00
NonStupidBitfield.h Merge vram dirty tracking 2020-11-30 19:49:18 +01:00
OpenGLSupport.cpp get the OpenGL renderer going. 2020-05-25 18:25:50 +02:00
OpenGLSupport.h Add support for macOS (#771) 2020-11-29 17:11:33 +01:00
Platform.h Merge vram dirty tracking 2020-11-30 19:49:18 +01:00
ROMList.h use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
RTC.cpp Random minor fixes (#757) 2020-10-01 13:44:09 +02:00
RTC.h update copyright years 2020-02-14 20:18:08 +01:00
SPI.cpp make MAC randomization optional 2020-08-24 19:19:41 +02:00
SPI.h NWifi: correctly determine ROM/chip/etc IDs based on hardware version (as specified in firmware). 2020-08-19 17:53:31 +02:00
SPU.cpp make audio output thread safe(r?) 2020-11-15 15:29:38 +01:00
SPU.h make audio output thread safe(r?) 2020-11-15 15:29:38 +01:00
Savestate.cpp remove some UB 2020-09-04 20:37:14 +02:00
Savestate.h add cur vertex and light information to savestate 2020-12-09 19:18:42 +01:00
Wifi.cpp use C++ style structs everywhere 2021-01-02 11:38:06 +01:00
Wifi.h update copyright years 2020-02-14 20:18:08 +01:00
WifiAP.cpp make it actually connect. hark hark hark 2020-06-15 16:06:00 +02:00
WifiAP.h make it actually connect. hark hark hark 2020-06-15 16:06:00 +02:00
melonDLDI.h bahahahhh 2020-09-03 19:05:13 +02:00
types.h use fixed sized integers from stdint.h 2020-10-01 13:32:06 +02:00
version.h heh 2020-12-25 14:42:23 +01:00