-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed many typos #194
base: master
Are you sure you want to change the base?
Fixed many typos #194
Conversation
@@ -123,10 +123,10 @@ | |||
/* Enable the stub audio driver (src/audio/psp/\*.c) */ | |||
#define SDL_AUDIO_DRIVER_PSP 1 | |||
|
|||
/* PSP video dirver */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The folder libs contains dependencies that are copied from the source. Please do not change these files, as it will make upgrading dependencies harder.
@@ -290,7 +290,7 @@ extern DECLSPEC const wchar_t * SDLCALL SDL_WinRTGetFSPathUNICODE(SDL_WinRT_Path | |||
extern DECLSPEC const char * SDLCALL SDL_WinRTGetFSPathUTF8(SDL_WinRT_Path pathType); | |||
|
|||
/** | |||
* \brief Detects the device family of WinRT plattform on runtime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The folder Frameworks contains dependencies that are copied from the source. Please do not change these files, as it will make upgrading dependencies harder.
@@ -1,6 +1,6 @@ | |||
# pngquant 2 | |||
|
|||
[pngquant](https://pngquant.org) is a PNG compresor that significantly reduces file sizes by converting images to a more efficient 8-bit PNG format *with alpha channel* (often 60-80% smaller than 24/32-bit PNG files). Compressed images are fully standards-compliant and are supported by all web browsers and operating systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a dependency that is copied from the source. Please do not change these files, as it will make upgrading dependencies harder.
@@ -6,12 +6,12 @@ Editor: | |||
* Marking for copy/paste functionality | |||
* Marking for play in loop (not sure this can be done!) | |||
* Remember user folder when exit and restart SF2 | |||
* Add ".." to file menues for easier folder navigation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest we remove this file. @TheRealLaxity? @RawPowerLaxity?
@@ -171,7 +171,7 @@ | |||
#define LWG_2682_BEHAVIOUR | |||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |||
// LWG #2395 makes crate_directory/create_directories not emit an error if there is a regular | |||
// file with that name, it is superceded by P1164R1, so only activate if really needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The folder libraries contains dependencies that are copied from the source. Please do not change these files, as it will make upgrading dependencies harder.
No description provided.