This website requires JavaScript.
Explore
Help
Register
Sign In
hrydgard
/
ppsspp
Watch
1
Star
0
Fork
0
You've already forked ppsspp
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2026-05-29 00:21:34 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
77b9a6e2e8f588f9f989dfbf12d2c1e56cbea1df
ppsspp
/
Windows
History
Henrik Rydgård
77b9a6e2e8
Prepare for adjustable save state slot count by making the Win32 menu dynamic
2026-01-08 16:07:48 +01:00
..
Debugger
Rename ValidSize to ClampValidSizeAt
2025-12-30 20:31:07 +01:00
GEDebugger
GPU header cleanup: Avoid including GPUCommon.h in some places
2025-11-23 20:37:37 +01:00
GPU
Rework the present mode settings, refactor.
2025-10-20 21:28:38 +02:00
W32Util
Launch the display settings window if the notification is clicked
2025-08-21 10:56:12 +02:00
.gitignore
Pass uvScale in as an argument to the vertex decoder
2023-06-12 20:25:18 +02:00
BreakpointSmall.ico
GE Debugger: Add breakpoint icon in state.
2022-02-05 19:27:28 -08:00
BufferLock.h
use ComPtr for misc. things
2025-01-17 18:06:24 +01:00
build_windows.proj
Windows: Add experimental MSBuild file to build x86 and x64 builds together.
2017-03-13 14:27:09 +01:00
build-x64.cmd
Update build-x64.cmd
2019-01-16 11:41:01 -05:00
build-x86.cmd
Added " guards to if not exists
2019-01-16 11:39:34 -05:00
CaptureDevice.cpp
fix compiler warnings
2025-02-22 14:15:15 +01:00
CaptureDevice.h
use ComPtr for misc. things
2025-01-17 18:06:24 +01:00
debugger.txt
…
DebugLog.bat
…
DinputDevice.cpp
Merge pull request
#21078
from hrydgard/ui-fixes
2025-12-19 23:27:57 +01:00
DinputDevice.h
Collect DInput devices in a meta device
2025-06-28 13:57:04 +02:00
EmuThread.cpp
Remove obsolete hidden setting Browse
2025-11-04 23:39:56 +01:00
EmuThread.h
Cleanup the Windows thread stuff to work like the other platforms. Not quite perfect yet.
2018-02-07 16:00:29 +01:00
fix_2017.props
Oops, this was left for debugging.
2019-05-19 16:03:18 +02:00
git-version-gen.cmd
cmake: fix mingw-w64 build
2025-01-10 21:27:12 +01:00
HidInputDevice.cpp
Do the same with KeyInputFlags. Fix minor UI misalignments
2025-12-19 13:41:58 +01:00
HidInputDevice.h
Add tilt (accelerometer) input support for DualSense controllers on Windows
2025-11-09 23:11:20 +01:00
icon1.ico
…
InfoLog.bat
…
InputBox.cpp
RetroAchievements: Better error messages on login, don't delete the username on failure
2025-06-13 19:09:35 +02:00
InputBox.h
Add break-on-count (with rudimentary UI), break on block transfer
2024-12-17 11:24:07 +01:00
InputDevice.cpp
Add tilt (accelerometer) input support for DualSense controllers on Windows
2025-11-09 23:11:20 +01:00
InputDevice.h
Add tilt (accelerometer) input support for DualSense controllers on Windows
2025-11-09 23:11:20 +01:00
main.cpp
Rework some IAP/Gold UI. Minor title screen tweak
2025-11-23 21:55:25 +01:00
main.h
Fix shortcut translation so we don't eat Ctrl+C for RAIntegration windows
2024-04-05 22:41:08 +02:00
MainWindow.cpp
Do the same with KeyInputFlags. Fix minor UI misalignments
2025-12-19 13:41:58 +01:00
MainWindow.h
Windows: Remove special code for the help menu
2025-09-01 09:34:27 +02:00
MainWindowMenu.cpp
Prepare for adjustable save state slot count by making the Win32 menu dynamic
2026-01-08 16:07:48 +01:00
MainWindowMenu.h
Windows: Remove special code for the help menu
2025-09-01 09:34:27 +02:00
ppsspp_gold.ico
Upload new Gold icon for Windows
2020-01-12 10:11:41 +01:00
ppsspp.ico
…
PPSSPP.manifest
Windows: Mark PPSSPP as long path aware.
2020-01-04 11:15:34 -08:00
ppsspp.rc
Prepare for adjustable save state slot count by making the Win32 menu dynamic
2026-01-08 16:07:48 +01:00
PPSSPP.sln
Delete reference to prebuilt libfreetype, pull in the source instead.
2025-09-10 13:02:47 -06:00
PPSSPP.vcxproj
Windows ARM64: Set linker log output to normal (not verbose)
2025-10-07 09:50:05 -06:00
PPSSPP.vcxproj.filters
Remove further references to the fixed ui_atlas. CMakeLists.txt improvements.
2025-09-17 09:56:17 -06:00
RawInput.cpp
Do the same with KeyInputFlags. Fix minor UI misalignments
2025-12-19 13:41:58 +01:00
RawInput.h
Remove legacy input state usage on Windows.
2017-03-14 22:07:05 -07:00
README.TXT
…
resource.h
Prepare for adjustable save state slot count by making the Win32 menu dynamic
2026-01-08 16:07:48 +01:00
stdafx.cpp
…
stdafx.h
Specify that we're compiling for Windows 7 in CommonWindows.h
2025-01-27 11:37:48 +01:00
stop1.ico
…
TouchInputHandler.cpp
Switch TouchInputFlags to enum class, fix some minor UI issues
2025-12-19 11:38:56 +01:00
TouchInputHandler.h
Don't even bother checking touch.id == 0 for closing popup windows. It's fine to close with any touch.
2021-04-17 22:34:35 +02:00
WASAPIContext.cpp
WASAPI: Re-enable AudioClient3. Fix a possible crash.
2026-01-05 19:48:22 +01:00
WASAPIContext.h
WASAPI: Improve logging and error handling.
2025-07-11 13:53:27 +02:00
WindowsAudio.cpp
Add the new low-latency WASAPI backend. Implement audio device selection on Windows
2025-06-16 22:40:13 +02:00
WindowsAudio.h
More refactoring. Add the AudioBackend interface
2025-06-16 21:55:32 +02:00
WindowsHost.cpp
More refactoring
2025-06-28 14:15:42 +02:00
XinputDevice.cpp
Do the same with KeyInputFlags. Fix minor UI misalignments
2025-12-19 13:41:58 +01:00
XinputDevice.h
Some more XInput cleanup
2023-11-11 11:08:22 +01:00
zipup.cmd
Don't copy the d3dcompiler dll to distributions
2025-06-10 17:06:34 +02:00
README.TXT
Just open the MSVC project file and build.
Reference in New Issue
View Git Blame
Copy Permalink